Skip to main content

Line

Type Alias Line 

Source
pub type Line = Vec<u8>;
Expand description

One line’s content, without its newline. Vec<Vec<u8>> splits preserve the trailing empty element that encodes “ends with a newline”.

Aliased Type§

pub struct Line { /* private fields */ }