macro_rules! impl_interface {
($client:expr=>$interface:ty) => { ... };
}
Expand description
Macro to create a Box<dyn $interface>
that clones $client
.
macro_rules! impl_interface {
($client:expr=>$interface:ty) => { ... };
}
Macro to create a Box<dyn $interface>
that clones $client
.