[][src]Type Definition binread::BinResult

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

A Result for any binread function that can return an error