graphrecords-query 0.5.0

High-performance graph-based data records
Documentation
1
2
3
4
5
pub trait IsIn<A> {
    type ReturnOperand;

    fn is_in(&self, argument: A) -> Self::ReturnOperand;
}