Trait core::nonzero::Zeroable [] [src]

pub unsafe trait Zeroable { }
Unstable (nonzero #27730)

: needs an RFC to flesh out the design

Unsafe trait to indicate what types are usable with the NonZero struct

Implementors