Trait mz_timely_util::activator::ActivatorTrait
source · pub trait ActivatorTrait {
// Required methods
fn activate(&self);
fn ack(&self);
fn register<S: Scope>(&self, scope: &mut S, path: Rc<[usize]>);
}
Expand description
Generic activator behavior
Required Methods§
Object Safety§
This trait is not object safe.