Trait openstack::Refresh [] [src]

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

Trait representing something that can be refreshed.

Required Methods

Refresh the resource representation.

Implementors