Trait inline_dyn::Size[][src]

pub unsafe trait Size: Unsigned + Sealed { }

A marker trait for a type-level unsigned integer representing a size.

Implementations on Foreign Types

impl Size for UTerm[src]

impl<N: Size> Size for UInt<N, B0>[src]

impl<N: Size> Size for UInt<N, B1>[src]

Loading content...

Implementors

Loading content...