Skip to main content

call

Function call 

Source
pub fn call(name: &str, args: &[Value]) -> Option<Result<Value, RuntimeError>>
Expand description

Returns Some(result) when name is owned by this service, None otherwise.