pub trait ToTechUnitFromDEXAndAsset<DEXId, AssetId>: Sized {
    // Required method
    fn to_tech_unit_from_dex_and_asset(dex_id: DEXId, asset_id: AssetId) -> Self;
}

Required Methods§

source

fn to_tech_unit_from_dex_and_asset(dex_id: DEXId, asset_id: AssetId) -> Self

Implementors§