pub trait MaybeMessengerCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_messenger_call(&self) -> Option<&MessengerCall<Runtime>>;
}
Expand description
Trait to convert Runtime call to possible Messenger call.
pub trait MaybeMessengerCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_messenger_call(&self) -> Option<&MessengerCall<Runtime>>;
}
Trait to convert Runtime call to possible Messenger call.