Expand description
Helper types for trait impls.
Structs§
- Core
Write AsParts Write - A wrapper around a type implementing
fmt::Write
that implementsPartsWrite
. - Lossy
Wrap - TryWriteable
Infallible AsWriteable - A wrapper around
TryWriteable
that implementsWriteable
ifTryWriteable::Error
isInfallible
. - With
Part - A
Writeable
that writes out the given part. - Writeable
AsTry Writeable Infallible - A wrapper around
Writeable
that implementsTryWriteable
withTryWriteable::Error
set toInfallible
.