Macro impl_ref

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

Macro to create a reference to an implementation of a given interface.

ยงArguments

  • $client - The client instance.
  • $interface - The interface type.