pub trait BenchmarkHelper<O>where
O: OriginTrait,{
// Required method
fn make_xcm_origin(location: Location) -> O;
}
Required Methods§
fn make_xcm_origin(location: Location) -> O
Object Safety§
This trait is not object safe.
pub trait BenchmarkHelper<O>where
O: OriginTrait,{
// Required method
fn make_xcm_origin(location: Location) -> O;
}