typenum::marker_traits

Trait Zero

Source
pub trait Zero: Sealed { }
Expand description

A marker trait to designate that a type is zero. Only B0, U0, and Z0 implement this trait.

Implementors§

Source§

impl Zero for B0

Source§

impl Zero for Z0

Source§

impl Zero for UTerm