BytesView

Type Alias BytesView 

Source
pub type BytesView<LenT = usize> = BytesInner<LenT, ViewBytesStorage>;

Aliased Typeยง

pub struct BytesView<LenT = usize> { /* private fields */ }