Trait IntoPredicate
gremlin_client::structure
pub trait IntoPredicate { fn into_predicate(self) -> P; }
fn into_predicate(self) -> P
impl<T: ToGValue> IntoPredicate for T