Expand description
§Tranche
See Tranche<'_, T>
for what this crate does.
This crate is no_std
by default, the std
feature provides:
- an implementation of
std::error::Error
forUnexpectedEndError
; - an implementation of
std::io::Read
andstd::io::BufRead
forBufTranche<'_>
andBasedBufTranche<'_>
; - an implementation of
From<UnexpectedEndError>
forstd::io::Error
.
Structs§
- Based
Tranche - A based tranche of
T
. - Tranche
- A tranche of
T
. - Unexpected
EndError - An error signalling that the end of a tranche was reached unexpectedly.
Type Aliases§
- Based
BufTranche - A based tranche of bytes, equipped with many convenience methods.
- BufTranche
- A tranche of bytes, equipped with many convenience methods.