pub trait Activatable {
    fn activate(&self);
}

Required Methods§

Implementations on Foreign Types§

Implementors§