[][src]Function avocado::dsl::filter::ne

pub fn ne<T: Into<Bson>>(value: T) -> Filter

Convenience helper function for constructing a $ne filter without needing to write Ne (value.into()) explicitly.