Module non_zero

Source

Structs§

NonZeroTypeWrapped
Type wrapping a value as non zero.
UnwrapNonZeroLibfunc
Libfunc for unwrapping a NonZero<T> back into a T.

Functions§

nonzero_ty
Returns the type NonZero<T> for a given type T.

Type Aliases§

NonZeroType