[][src]Type Definition boa::syntax::parser::error::ParseResult

type ParseResult = Result<Node, ParseError>;

Result of a parsing operation.