Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

HubDispatch trait for method delegation

This trait is generated by the #[hub_methods] attribute macro and provides a uniform dispatch interface for routing method calls.

Structs§

PlexusStreamBuilder
Wrapper to create PlexusStream from dispatch results

Enums§

StreamItem
Simple stream item for dispatch results

Traits§

HubDispatch
Trait for types that can dispatch method calls

Functions§

from_dispatch_stream
Create a PlexusStream from a dispatch stream (convenience function)