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

Required Methods§

Implementations on Foreign Types§

source§

impl CollectionDescriptor for u8

Implementors§