Trait AssetDefinition
pub trait AssetDefinition {
type Id;
}
Expand description
Trait for defining an asset.
The definition must provide the Id
type to identify the asset.
Required Associated Types§
type Id
type Id
Type for identifying the asset.