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

Provided Methods§

source

fn activate(&self)

Activates @self.

Object Safety§

This trait is not object safe.

Implementors§