Type Definition yaml_rust::parser::ParseResult

source · [−]
pub type ParseResult = Result<(Event, Marker), ScanError>;