Trait rqjs_cli::modules::events::EmitError

source ·
pub trait EmitError<'js> {
    // Required method
    fn emit_error<C>(self, ctx: &Ctx<'js>, this: Class<'js, C>) -> Result<bool>
       where C: Emitter<'js>;
}

Required Methods§

source

fn emit_error<C>(self, ctx: &Ctx<'js>, this: Class<'js, C>) -> Result<bool>
where C: Emitter<'js>,

Object Safety§

This trait is not object safe.

Implementors§