Skip to main content

call_object_operator_method

Function call_object_operator_method 

Source
pub async fn call_object_operator_method(
    base: Value,
    method: &str,
    arg: Value,
) -> Result<Value, RuntimeError>