[][src]Type Definition fixed_width::Result

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

Convenience type for Result types pertaining to this library.