Trait ql2::IsDatum [] [src]

pub trait IsDatum {
    fn is_datum(&self) -> bool;
}

Required Methods

Implementors