pub type ParseResult = Result<Plan, ParseError>;Expand description
Result type for the public Parser API
Aliased Type§
pub enum ParseResult {
Ok(Plan),
Err(ParseError),
}pub type ParseResult = Result<Plan, ParseError>;Result type for the public Parser API
pub enum ParseResult {
Ok(Plan),
Err(ParseError),
}