pub trait CanCreatePool<AssetId> {
    fn can_create(asset_a: AssetId, asset_b: AssetId) -> bool;
}

Required Methods§

Implementors§