Trait ComputableTransform

Source
pub trait ComputableTransform<F, T> {
    // Required method
    fn apply(
        &self,
        bounds: TransformAndBounds<F, T>,
    ) -> TransformAndBounds<F, T>;
}

Required Methods§

Source

fn apply(&self, bounds: TransformAndBounds<F, T>) -> TransformAndBounds<F, T>

Implementors§