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

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

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