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

Required Methods§

Implementations on Foreign Types§

source§

impl CollectionDescriptor for AccountCollection

source§

impl CollectionDescriptor for MetadataCollection

source§

impl CollectionDescriptor for RoleAssignmentCollection

source§

impl CollectionDescriptor for ComponentRoyaltyCollection

source§

impl CollectionDescriptor for u8

Implementors§