[][src]Trait lcms2::CacheFlag

pub trait CacheFlag: Sized { }

Used by Flags to keep track whether Flags::NO_CACHE has been used, which enables thread-safe sharing of Transforms.

Valid values are AllowCache and DisallowCache, but you won't need to use them directly. Just use Flags' constants.

Implementors

Loading content...