pub trait TargetDim: RemoveAxis {
    fn nsamples(self, nsamples: usize) -> Self { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors