LengthFieldType

Trait LengthFieldType 

Source
pub trait LengthFieldType { }
Expand description

Types that can be used with Builder::length_field_type.

Implementations on Foreign Types§

Source§

impl LengthFieldType for u8

Source§

impl LengthFieldType for u16

Source§

impl LengthFieldType for u32

Source§

impl LengthFieldType for u64

Source§

impl LengthFieldType for usize

Available on 16-bit or 32-bit or 64-bit only.

Implementors§