Type Definition yaml_rust::parser::ParseResult[][src]

pub type ParseResult = Result<(Event, Marker), ScanError>;