Trait puffin::codec::VecCodecWoSize

source ·
pub trait VecCodecWoSize { }
Expand description

Trait for data whose Vectors are encoded without length prefix

Implementations on Foreign Types§

source§

impl VecCodecWoSize for Vec<u8>

Implementors§