pub unsafe trait Component {
    fn is_valid(format: Pixel) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors