find

Function find 

Source
pub async fn find<T>(
    filter_document: Document,
    collection_name: &str,
    db: &Database,
) -> Result<Vec<T>, Error>
where for<'a> T: Serialize + Deserialize<'a>,