tokio_util::codec::length_delimited::builder

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

Implementors§