[−][src]Function wread_data_mongodb::crud_repository::find_one
pub fn find_one<T>(
filter_document: Document,
collection_name: &str,
db: &Database
) -> Result<Option<T>, Box<dyn Error + Send + Sync + 'static>> where
T: Serialize + Deserialize<'a>,