Module method

Source
Expand description

Method type for the RPC system.

Re-exports§

pub use derive_deftly_template_DynMethod;

Enums§

NoUpdates
An uninhabited type, used to indicate that a given method will never send updates.

Traits§

DeserMethod
A DynMethod that can be deserialized.
DynMethod
The parameters and method name associated with a given Request.
Method
A typed method, used to ensure that all implementations of a method have the same success and updates types.
RpcMethod
A method that can be invoked from the RPC system.

Functions§

check_method_names
Check whether we have any method names that do not conform to our conventions.
is_method_name
Return true if name is the name of some method.
iter_method_names
Return an iterator that yields every registered method name.
method_info_by_typeid 🔒
Given a type ID, return its RPC MethodInfo_ (if any).