pub trait ToLinSpace {
type Item;
// Required method
fn into_lin_space(self, step: usize) -> IntoLinSpace<Self::Item>;
}
Expand description
A helper trait for lin_space
Required Associated Types§
Required Methods§
Sourcefn into_lin_space(self, step: usize) -> IntoLinSpace<Self::Item>
fn into_lin_space(self, step: usize) -> IntoLinSpace<Self::Item>
Create the lin space