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

Provided Methods§

source

fn activate(&self, row: &Self::Type)

Implementors§