Type Definition sli::Result[][src]

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

A Result for any binread function that can return an error