[][src]Function wread_data_mongodb::crud_repository::find

pub fn find<T>(
    filter_document: Document,
    collection_name: &str,
    db: &Database
) -> Result<Vec<T>, Box<dyn Error + Send + Sync + 'static>> where
    T: Serialize + Deserialize<'a>,