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

Required Methods

Implementors