[][src]Macro yukikaze::declare_global_client

macro_rules! declare_global_client {
    () => { ... };
    ($config:ty) => { ... };
}

Declares global client for use.

If no argument is specified, uses DefaultCfg Otherwise you must provide accessible type of unit struct that implements Config

Creates following:

See example of generated

See usage