Skip to main content

proto_method

Function proto_method 

Source
pub fn proto_method(
    recv: &Value,
    ctor_method: &str,
    args: Vec<Value>,
) -> Result<Value, String>