Type Definition token_parser::Result[][src]

type Result<T> = Result<T, Error>;
Expand description

The result type for token parsing.