Trait IntoAxis

Source
pub trait IntoAxis {
    // Required method
    fn into_axis(self) -> Axis;
}

Required Methods§

Source

fn into_axis(self) -> Axis

Implementors§

Source§

impl<S> IntoAxis for S
where S: AsRef<usize>,