Trait mz_dyncfg::ConfigType
source · pub trait ConfigType:
Into<ConfigVal>
+ Clone
+ Sized {
// Required methods
fn from_val(val: ConfigVal) -> Self;
fn parse(s: &str) -> Result<Self, String>;
}
Expand description
A type usable as a Config.
Required Methods§
Object Safety§
This trait is not object safe.