Trait common::ToMarkerAsset
source · pub trait ToMarkerAsset<TechAssetId, LstId>: Sized {
// Required method
fn to_marker_asset(&self, lst_id: LstId) -> Option<TechAssetId>;
}
pub trait ToMarkerAsset<TechAssetId, LstId>: Sized {
// Required method
fn to_marker_asset(&self, lst_id: LstId) -> Option<TechAssetId>;
}