pub trait StormExtMsg {
// Required method
fn storm_ext_msg(
self,
remote_id: NodeId,
) -> Result<(StormApp, ExtMsg), Self>
where Self: Sized;
}
pub trait StormExtMsg {
// Required method
fn storm_ext_msg(
self,
remote_id: NodeId,
) -> Result<(StormApp, ExtMsg), Self>
where Self: Sized;
}