Skip to main content

RawLine

Type Alias RawLine 

Source
pub type RawLine = RawLineRecord;

Aliased Type§

pub struct RawLine {
    pub content: Vec<u8>,
    pub terminator: TerminatorKind,
}

Fields§

§content: Vec<u8>§terminator: TerminatorKind