Type Definition binread::BinResult[][src]

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

A Result for any binread function that can return an error