Trait primitives::colorspace::round::Round[][src]

pub trait Round {
    fn round(self) -> Self;
}

Required methods

Implementors