pub trait BackendWeightInfo {
// Required method
fn transact_register_token() -> Weight;
}
Expand description
XCM Execution weights for invoking the backend implementation
Required Methods§
Sourcefn transact_register_token() -> Weight
fn transact_register_token() -> Weight
Execution weight for remote xcm that dispatches EthereumSystemCall::RegisterToken
using Transact
.
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.