LessDimTrait

Trait LessDimTrait 

Source
pub trait LessDimTrait: DimTrait {
    type LessDim: DimTrait;

    // Provided method
    fn remove_axis(&self, axis: usize) -> Self::LessDim { ... }
}

Required Associated Types§

Provided Methods§

Source

fn remove_axis(&self, axis: usize) -> Self::LessDim

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§