impl_ref

Macro impl_ref 

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

Macro to create a struct for $interface that references $client.