macro_rules! impl_owned_interface {
    ($client:expr=>$interface:ty) => { ... };
}
Expand description

make Box<dyn $interface> not clone $client