Expand description
Session traits for testability and middleware injection.
SessionWriter — write-side: send commands without owning the full handle.
SessionReader — read-side: subscribe to events and observe phase.
Traits§
- Session
Reader - Read-side of a session — subscribe to events and observe phase.
- Session
Writer - Write-side of a session — send commands without owning the full handle.