[][src]Type Definition whiteread::reader::Result

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

Result with Error as an error variant.

See the Error for more docs.