Skip to main contentCrate orpc_procedure
Source - 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. Full implementation in Phase 1b with Schema trait.
- Meta
- Extensible procedure metadata. Empty for Phase 1a.
- 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.
- 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.
- ErasedSchema
- Type-erased schema interface for procedure input/output.