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

make Box<dyn $interface> will clone $client