pub trait CollectionDescriptor {
    // Required method
    fn collection_index(&self) -> CollectionIndex;
}

Required Methods§

Implementors§