Trait CanOpenPort

Source
pub trait CanOpenPort: CanOpenPort { }
Expand description

CanOpenPort is a capability that confers the ability of hte holder to open local ports, which can then be used to receive messages.

Implementors§

Source§

impl<T: CanOpenPort> CanOpenPort for T