[][src]Trait sbp::SerializeKnownLength

pub trait SerializeKnownLength<'a>: SerializerKnownLength<'a, Self> + Serialize<'a> where
    Self: Sized
{ }

A type that can serialize itself and has a static raw size.

Implementors

Loading content...