Trait CollectionSupport

Source
pub trait CollectionSupport<'a> {
    type O;

    // Required method
    fn with_collection(self, collection: &'a Collection) -> Self::O;
}

Required Associated Types§

Source

type O

Required Methods§

Source

fn with_collection(self, collection: &'a Collection) -> Self::O

Implementors§