impl_figment_convert_cast

Macro impl_figment_convert_cast 

Source
macro_rules! impl_figment_convert_cast {
    ($name:ty) => { ... };
}
Expand description

A macro to implement converters from a type to Config and [figment::Figment].

Via Config::to_figment and the Cast profile.