Type Definition claxon::Result [] [src]

type Result<T> = Result<T, Error>;

A type for results generated by Claxon where the error type is hard-wired.