Skip to main content

emit_fail

Function emit_fail 

Source
pub async fn emit_fail<A>(
    ctx: &mut ActorContext<A>,
    error: ActorError,
) -> ActorError
where A: Actor + Handler<A>,