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

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

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