[][src]Trait aspect::update::UpdateRef

pub trait UpdateRef<T> {
    fn update_ref(_: &mut T);
}

The trait UpdateRef allows a value to be updated by using its reference.

Required methods

fn update_ref(_: &mut T)

Update a value by reference

Loading content...

Implementors

Loading content...