pub trait AssetDefinition { type Id; }
Trait for defining an asset. The definition must provide the Id type to identify the asset.
Id
Type for identifying the asset.