Expand description
Types related to stream isolation
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
.