Function call

Source
pub fn call(
    ui: &mut State,
    method: &str,
    args: Vec<Value>,
) -> Result<RepaintMode, String>