pub trait ParamValue: ToString + FromStr {
type Borrowed<'a>;
}
Expand description
The trait for the value type of a system parameter.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait ParamValue: ToString + FromStr {
type Borrowed<'a>;
}
The trait for the value type of a system parameter.