[][src]Trait tract_core::dim::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: Into<TDim>> ToDim for I[src]

Loading content...