Expand description
Utilitites for the WebTransport streams.
Traits§
- Error
AsError Code Ext - Extensions to the
stream::ErrorAsErrorCode
providing some convenience methods.
Type Aliases§
- Finish
Error For - A shortcut for the error type for a given
stream::Finish
type. - Finished
Error For - A shortcut for the error type for a given
stream::Finished
type. - Read
Abort Error For - A shortcut for the error type for a given
stream::ReadAbort
type. - Read
Aborted Error For - A shortcut for the error type for a given
stream::ReadAborted
type. - Read
Chunk Error For - A shortcut for the error type for a given `stream::ReadChunk type.
- Read
Error For - A shortcut for the error type for a given
stream::Read
type. - Write
Abort Error For - A shortcut for the error type for a given
stream::WriteAbort
type. - Write
Aborted Error For - A shortcut for the error type for a given
stream::WriteAborted
type. - Write
Chunk Error For - A shortcut for the error type for a given `stream::WriteChunk type.
- Write
Error For - A shortcut for the error type for a given
stream::Write
type.