Type Definition texture_synthesis::SampleMethod[][src]

type SampleMethod<'a> = GenericSampleMethod<ImageSource<'a>>;

Trait Implementations

impl<'a, IS> From<IS> for SampleMethod<'a> where
    IS: Into<ImageSource<'a>>, 
[src]