/// the view using [`self.view::<View>().query_with_collection_docs()`](View::query_with_collection_docs) instead.
_phantom: PhantomData<Cl>, /* allows for extension traits to be written for collections of specific types */
/// Executes the query and retrieves the results with the associated [`Document`s](crate::document::OwnedDocument).
/// Executes the query and retrieves the results with the associated [`CollectionDocument`s](crate::document::CollectionDocument).
#[view(collection = MyCollection, key = u32, value = f32, name = "scores-by-rank", core = $crate)]