Type Definition parsec_tool::error::Result[][src]

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

A Result type with the Err variant set as a ParsecToolError