Skip to main content

Crate orpc_procedure

Crate orpc_procedure 

Source

Structs§

DeserializeError
Error during input deserialization.
DynOutput
Type-erased output — wraps a serializable value.
ErasedProcedure
Fully type-erased procedure. Only TCtx (= TBaseCtx) remains as generic.
ErrorMap
Error map stub, reserved for future schema-based error handling.
Meta
Extensible procedure metadata, reserved for future extensions.
NoSchema
No-op schema placeholder for procedures without schema validation.
ProcedureStream
Type-erased async stream of procedure results.
Route
HTTP route metadata for a procedure.
SerializeError
Error during output serialization.
State
Type-safe heterogeneous state container.

Enums§

DynInput
Type-erased input — wraps raw data that can be deserialized on demand.
HttpMethod
HTTP method for route matching.
ProcedureError
Universal error type for the type-erased execution layer.

Traits§

ErasedSchema
Type-erased schema interface for procedure input/output.