pub trait ConvertBuffer<T> {
    // Required method
    fn convert(&self) -> T;
}Expand description
Provides color conversions for whole image buffers.
pub trait ConvertBuffer<T> {
    // Required method
    fn convert(&self) -> T;
}Provides color conversions for whole image buffers.