[][src]Trait typenum::marker_traits::NonZero

pub trait NonZero { }

A marker trait to designate that a type is not zero. All number types in this crate implement NonZero except B0, U0, and Z0.

Implementors

impl NonZero for B1
[src]

impl<U: Unsigned + NonZero> NonZero for NInt<U>
[src]

impl<U: Unsigned + NonZero> NonZero for PInt<U>
[src]

impl<U: Unsigned, B: Bit> NonZero for UInt<U, B>
[src]