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

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: FullCodec + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen> AssetId for T