Trait arrow2::types::Relation[][src]

pub unsafe trait Relation {
    fn is_valid(data_type: &DataType) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors