pub trait IsNonFungibleLocalId: Into<NonFungibleLocalId> {
    // Required method
    fn id_type() -> NonFungibleIdType;
}
Expand description

Marks the rust type that represents a non-fungible id, of any kind (i.e. String, Integer, Bytes and RUID).

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§