referrerpolicy=no-referrer-when-downgrade
snowbridge_pallet_system

Trait BenchmarkHelper

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

Required Methods§

Source

fn make_xcm_origin(location: Location) -> O

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§