[−][src]Type Definition claxon::Result
type Result<T> = Result<T, Error>;
A type for results generated by Claxon where the error type is hard-wired.
type Result<T> = Result<T, Error>;
A type for results generated by Claxon where the error type is hard-wired.