Skip to main content

Invocation

Type Alias Invocation 

Source
pub type Invocation = (String, Value, String);
Expand description

A JMAP method invocation: [method_name, arguments, call_id].

Serializes as a 3-element JSON array per RFC 8620 ยง3.2.