pub trait AssetId: FullCodec + Clone + Eq + PartialEq<Self> + Debug + TypeInfo + MaxEncodedLen { }
Simple amalgamation trait to collect together properties for an AssetId under one roof.