Macro abscissa::impl_global_config[][src]

macro_rules! impl_global_config {
    ($config_type:ty, $config_static:tt) => { ... };
}

Impl the GlobalConfig trait for the given Clone + DeserializeOwned type. TODO: replace with a proc macro and derive(GlobalConfig)