Modules§
Macros§
- call
- impl_
interface - Macro to create a
Box<dyn $interface>
that clones$client
. - impl_
owned_ interface - Macro to create a
Box<dyn $interface>
without cloning$client
. - impl_
ref - Macro to create a struct for
$interface
that references$client
. - impl_
struct - Macro to create an implementation of
$interface
that clones$client
.