[][src]Trait mohan::ser::FixedLength

pub trait FixedLength {
    const LEN: usize;
}

Trait for types that serialize to a known fixed length.

Associated Constants

const LEN: usize

The length in bytes

Loading content...

Implementors

Loading content...