Skip to main content

static_call

Function static_call 

Source
pub fn static_call(
    method: &str,
    args: &[Value],
) -> Option<Result<Value, String>>
Expand description

Dispatch a static events.<method>(...). Returns None for names this module does not own (e.g. EventEmitter) so the parent’s specific arm wins.