Skip to main content

IntoPropertiesResult

Trait IntoPropertiesResult 

Source
pub trait IntoPropertiesResult {
    // Required method
    fn into_properties_result(self) -> Result<HashMap<Stored>>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§