Type Definition chisel_json::errors::ParserResult

source ·
pub type ParserResult<T> = Result<T, Error>;
Expand description

Global result type used throughout the parser stages