Type Definition off_rs::parser::ParserResult

source · []
pub type ParserResult<T = ()> = Result<T, ParserError>;