Expand description
Types related to stream isolation
Modules§
- seal 🔒
- Seal preventing implementation of Isolation not relying on IsolationHelper
Macros§
- tuple_
impls 🔒 - Helper macro to implement IsolationHelper for tuple of IsolationHelper
Structs§
- Isolation
Token - A token used to isolate unrelated streams on different circuits.
- Stream
Isolation - A set of information about how a stream should be isolated.
- Stream
Isolation Builder - Builder for
StreamIsolation
.
Enums§
- Stream
Isolation Builder Error - Error type for StreamIsolationBuilder
Traits§
- Isolation
- A type that can make isolation decisions about streams it is attached to.
- Isolation
Helper - Trait to help implement
Isolation
.