Trait imageproc::utils::ArbitraryPixel [] [src]

pub trait ArbitraryPixel {
    fn arbitrary<G: Gen>(g: &mut G) -> Self;
}

Workaround for not being able to define Arbitrary instances for pixel types defines in other modules.

Required Methods

fn arbitrary<G: Gen>(g: &mut G) -> Self

Implementors