[][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

impl FixedLength for H256[src]

const LEN: usize[src]

Size of a hash in bytes.

Loading content...