Trait ruru::typed_data::DataTypeWrapper [] [src]

pub trait DataTypeWrapper<T> {
    fn data_type(&self) -> &DataType;
}

Required Methods

Implementors