Skip to main content

ByteLine

Type Alias ByteLine 

Source
pub type ByteLine = ByteString;

Aliased Type§

pub struct ByteLine(pub Vec<u8>);

Tuple Fields§

§0: Vec<u8>