byteorder
type Result<T> = Result<T, Error>;
A short-hand for result::Result<T, byteorder::Error>.
result::Result<T, byteorder::Error>