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