libraw::Result
[−]
[src]
type Result<T> = StdResult<T, Error>;
Result type returned by libraw functions.
type Result<T> = StdResult<T, Error>;
Result type returned by libraw functions.