Expand description
The procedure module.
Structs§
- Wrapped
Procedure - A generic-wrapped
Procedure.
Traits§
- Generic
Procedure - A generic procedure. This is required to allow for any procedure
to be used in a [
rpc_rs::Module]. - Procedure
- A procedure.
- Typed
Procedure - A typed extension to
Procedure.
Functions§
- wrap
- Wrap any
Procedure, converting it to aWrappedProcedurewhich implements theGenericProceduretrait.