pub trait MatchesNonFungible<Instance> {
// Required method
fn matches_nonfungible(a: &Asset) -> Option<Instance>;
}
Required Methods§
fn matches_nonfungible(a: &Asset) -> Option<Instance>
Object Safety§
This trait is not object safe.
pub trait MatchesNonFungible<Instance> {
// Required method
fn matches_nonfungible(a: &Asset) -> Option<Instance>;
}