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§
- Deser
Method - 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).