Expand description
Utilitites for the WebTransport streams.
Traits§
- Error
AsError Code Ext - Extensions to the
stream::ErrorAsErrorCodeproviding some convenience methods.
Type Aliases§
- Finish
Error For - A shortcut for the error type for a given
stream::Finishtype. - Finished
Error For - A shortcut for the error type for a given
stream::Finishedtype. - Read
Abort Error For - A shortcut for the error type for a given
stream::ReadAborttype. - Read
Aborted Error For - A shortcut for the error type for a given
stream::ReadAbortedtype. - 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::Readtype. - Write
Abort Error For - A shortcut for the error type for a given
stream::WriteAborttype. - Write
Aborted Error For - A shortcut for the error type for a given
stream::WriteAbortedtype. - 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::Writetype.