Type Definition chisel_json::errors::ParserResult
source · pub type ParserResult<T> = Result<T, ParserError>;
Expand description
Global result type used throughout the parser stages
pub type ParserResult<T> = Result<T, ParserError>;
Global result type used throughout the parser stages