Skip to main content

instance_call

Function instance_call 

Source
pub fn instance_call(
    tag: &str,
    recv: &Value,
    method: &str,
    args: Vec<Value>,
) -> Result<Value, String>
Expand description

Method dispatch for every stream/web native instance.