Skip to main content

ToMongoFilterExact

Trait ToMongoFilterExact 

Source
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§

Source

fn to_mongo_filter_exact(&self) -> Result<Document, EntityError>

Converts to an exact MongoDB filter.

Implementors§