pub type RawLine = RawLineRecord;Aliased Type§
pub struct RawLine {
pub content: Vec<u8>,
pub terminator: TerminatorKind,
}Fields§
§content: Vec<u8>§terminator: TerminatorKindpub type RawLine = RawLineRecord;pub struct RawLine {
pub content: Vec<u8>,
pub terminator: TerminatorKind,
}content: Vec<u8>§terminator: TerminatorKind