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

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)[src]

Update a value by reference

Loading content...

Implementors

Loading content...