[][src]Trait sbp::ParseKnownSize

pub trait ParseKnownSize<'a>: ParserKnownSize<'a, Self> + Parse<'a> { }

A type that can parse itself, and with a static size.

Implementors

Loading content...