pub trait Bound<Value>: Changeable + Send + Sync {
    fn get(&self) -> Value;
}
Expand description

Trait implemented by something that is bound to a value

Required Methods

Retrieves the value stored by this binding

Implementors

Trait implemented by something that is bound to a value

Trait implemented by something that is bound to a value