pub trait WeightInfo {
// Required methods
fn add_asset() -> Weight;
fn edit_asset() -> Weight;
fn pause_asset_support() -> Weight;
fn resume_asset_support() -> Weight;
fn remove_asset() -> Weight;
}
Expand description
Weight functions needed for pallet_xcm_weight_trader
Required Methods§
fn add_asset() -> Weight
fn edit_asset() -> Weight
fn pause_asset_support() -> Weight
fn resume_asset_support() -> Weight
fn remove_asset() -> Weight
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.