Type Definition keyvalues_parser::error::Result [−][src]
pub type Result<T> = Result<T, Error>;
Expand description
Just a type alias for Result
with a keyvalues::error::Error
pub type Result<T> = Result<T, Error>;
Just a type alias for Result
with a keyvalues::error::Error