pub trait AdjustmentImpl: AdjustmentImplExt + ObjectImpl {
    // Provided methods
    fn changed(&self, adjustment: &Self::Type) { ... }
    fn value_changed(&self, adjustment: &Self::Type) { ... }
}

Provided Methods§

source

fn changed(&self, adjustment: &Self::Type)

source

fn value_changed(&self, adjustment: &Self::Type)

Implementors§