macro_rules! impl_ref { ($client:expr=>$interface:ty) => { ... }; }
Macro to create a reference to an implementation of a given interface.
$client
$interface