pub trait ActionRowImpl: PreferencesRowImpl {
    // Provided method
    fn activate(&self) { ... }
}

Provided Methods§

source

fn activate(&self)

Implementors§