Trait xio_base_datatypes::HasDataType [] [src]

pub trait HasDataType {
    fn data_type(&self) -> DataType;
}

Required Methods

Implementors