macro_rules! impl_figment_convert_basic {
($name:ty) => { ... };
}Expand description
Same as impl_figment_convert but also implies Provider for the given Serialize type for
convenience. The Provider only provides the “root” value for the current profile