Trait StormExtMsg

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

Required Methods§

Source

fn storm_ext_msg(self, remote_id: NodeId) -> Result<(StormApp, ExtMsg), Self>
where Self: Sized,

Implementations on Foreign Types§

Source§

impl StormExtMsg for Messages

Source§

fn storm_ext_msg(self, remote_id: NodeId) -> Result<(StormApp, ExtMsg), Self>

Implementors§