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

Implementors§