referrerpolicy=no-referrer-when-downgrade
snowbridge_pallet_system_frontend

Trait BenchmarkHelper

Source
pub trait BenchmarkHelper<O>
where O: OriginTrait,
{ // Required methods fn make_xcm_origin(location: Location) -> O; fn initialize_storage(asset_location: Location, asset_owner: Location); }

Required Methods§

Source

fn make_xcm_origin(location: Location) -> O

Source

fn initialize_storage(asset_location: Location, asset_owner: Location)

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.

Implementors§