Skip to main content

GetPropertiesOutput

Trait GetPropertiesOutput 

Source
pub trait GetPropertiesOutput: Sized {
    // Required method
    fn get_properties(&mut self) -> Properties;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§