pub trait IsNonAutoGeneratedNonFungibleLocalId: IsNonFungibleLocalId { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementors§