Trait frame_support::traits::tokens::AssetId[][src]

pub trait AssetId: FullCodec + Copy + Eq + PartialEq + Debug + TypeInfo { }
Expand description

Simple amalgamation trait to collect together properties for an AssetId under one roof.

Implementors