pub trait LengthFieldType { }Expand description
Types that can be used with Builder::length_field_type.
Implementations on Foreign Types§
impl LengthFieldType for u8
impl LengthFieldType for u16
impl LengthFieldType for u32
impl LengthFieldType for u64
impl LengthFieldType for usize
Available on 16-bit or 32-bit or 64-bit only.