Trait typenum::marker_traits::Zero [−][src]
pub trait Zero { }
Expand description
A marker trait to designate that a type is zero. Only B0
, U0
, and Z0
implement this trait.
pub trait Zero { }
A marker trait to designate that a type is zero. Only B0
, U0
, and Z0
implement this trait.