byteorder::Result [] [src]

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

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