Trait fusebox::Size

source ·
pub trait Sizewhere
    Self: Seal + Into<usize> + Copy + TryFrom<usize>,
    <Self as TryFrom<usize>>::Error: Debug,
{ }
Expand description

Marker trait to guarantee that Sz belongs to the set of [u8, u16, u32, usize]

Implementors§