Trait flo_binding::MutableBound[][src]

pub trait MutableBound<Value>: Bound<Value> {
    fn set(&mut self, new_value: Value);
}

Trait implemented by something that is bound to a value that can be changed

Required Methods

Sets the value stored by this binding

Implementors