[][src]Trait gremlin_client::structure::IntoPredicate

pub trait IntoPredicate {
    fn into_predicate(self) -> Either2<P, TextP>;
}

Required methods

Loading content...

Implementors

impl<T: ToGValue> IntoPredicate for T[src]

Loading content...