Macro netxclient::impl_owned_interface 
source · macro_rules! impl_owned_interface { ($client:expr=>$interface:ty) => { ... }; }
Expand description
make Box<dyn $interface> not clone $client
macro_rules! impl_owned_interface { ($client:expr=>$interface:ty) => { ... }; }
make Box<dyn $interface> not clone $client