[]Trait tract_pulse::internal::ToDim

pub trait ToDim {
    fn to_dim(&self) -> TDim;
}

Convenience trait to convert values to TDim.

Required methods

fn to_dim(&self) -> TDim

Convert self to a TDim.

Loading content...

Implementors

impl<I> ToDim for I where
    I: Clone + Into<TDim>, 

Loading content...