Type Definition Result
parsec_tool::error
type Result<T> = Result<T, Error>;
A Result type with the Err variant set as a ParsecToolError