Skip to main content

Module provider

Module provider 

Source
Expand description

Provider-runtime failures after transport/protocol decoding.

This is an application-facing port type, deliberately independent of the generated protobuf representation and every concrete provider.

Structs§

ProviderFailure

Enums§

ProviderErrorCategory

Traits§

Provider
Asynchronous provider boundary shared by linked first-party implementations and the external protocol adapter.

Type Aliases§

BoxFuture
An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.
BoxStream
An owned dynamically typed [Stream] for use in cases where you can’t statically type your result or need to add some indirection.