Trait bifrost::Event[][src]

pub trait Event<Context: Send> {
    fn process(self: Box<Self>, relay: &Relay<Context>, ctx: &mut Context);
}

Required Methods

Implementors