pub trait IntoPropertiesResult {
// Required method
fn into_properties_result(self) -> Result<HashMap<Stored>>;
}Required Methods§
fn into_properties_result(self) -> Result<HashMap<Stored>>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".