Trait openstack::Refresh

source ·
pub trait Refresh {
    fn refresh(&mut self) -> Result<()>;
}
Expand description

Trait representing something that can be refreshed.

Required Methods

Refresh the resource representation.

Implementors