[][src]Trait flize::Tag

pub trait Tag {
    type Size: ArrayLength<bool>;
    fn deserialize(bits: GenericArray<bool, Self::Size>) -> Self;
fn serialize(self) -> GenericArray<bool, Self::Size>; }

Associated Types

Loading content...

Required methods

fn deserialize(bits: GenericArray<bool, Self::Size>) -> Self

fn serialize(self) -> GenericArray<bool, Self::Size>

Loading content...

Implementors

Loading content...