Type Definition samotop::grammar::ParseResult[][src]

type ParseResult<T> = Result<T, ParseError>;