pub trait ToMongoFilterExact {
// Required method
fn to_mongo_filter_exact(&self) -> Result<Document, EntityError>;
}Expand description
Trait for converting to an exact MongoDB filter.
Required Methods§
Sourcefn to_mongo_filter_exact(&self) -> Result<Document, EntityError>
fn to_mongo_filter_exact(&self) -> Result<Document, EntityError>
Converts to an exact MongoDB filter.