[][src]Function wread_data_mongodb::crud_repository::find_all

pub async fn find_all<T, '_, '_>(
    collection_name: &'_ str,
    db: &'_ Database
) -> Result<Vec<T>, Error> where
    T: Serialize + Deserialize<'a>,