Type Definition lcms2::LCMSResult [] [src]

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

This is a regular Result type with LCMS-specific Error