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§