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.
macro_rules! impl_figment_convert_cast {
($name:ty) => { ... };
}A macro to implement converters from a type to Config and
[figment::Figment].
Via Config::to_figment and the Cast profile.