Type Definition leo_parser::parser::SyntaxResult[][src]

type SyntaxResult<T> = Result<T, SyntaxError>;