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

Provided methods

Implementors