Module proc

Source
Expand description

The procedure module.

Structs§

WrappedProcedure
A generic-wrapped Procedure.

Traits§

GenericProcedure
A generic procedure. This is required to allow for any procedure to be used in a [rpc_rs::Module].
Procedure
A procedure.
TypedProcedure
A typed extension to Procedure.

Functions§

wrap
Wrap any Procedure, converting it to a WrappedProcedure which implements the GenericProcedure trait.