Type Definition bms_rs::parse::Result[][src]

pub type Result<T> = Result<T, ParseError>;
Expand description

A custom result type for parsing.