shared_client

Macro shared_client 

Source
macro_rules! shared_client {
    ($v:vis $getter: ident: $maker: ident -> $ClientType: ty) => { ... };
}