pub trait SizeForAxis<T> {
    // Required method
    fn size_for_axis(&self, axis: Axis) -> T;
}

Required Methods§

source

fn size_for_axis(&self, axis: Axis) -> T

Implementors§