Type Definition strict_yaml_rust::parser::ParseResult

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