pub trait ParamValue: ToString + FromStr {
type Borrowed<'a>;
}Expand description
The trait for the value type of a system parameter.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".