Expand description
Helper types for trait impls.
Structsยง
- Core
Write AsParts Write - A wrapper around a type implementing
fmt::Writethat implementsPartsWrite. - Lossy
Wrap - TryWriteable
Infallible AsWriteable - A wrapper around
TryWriteablethat implementsWriteableifTryWriteable::ErrorisInfallible. - With
Part - A
Writeablethat writes out the given part. - Writeable
AsTry Writeable Infallible - A wrapper around
Writeablethat implementsTryWriteablewithTryWriteable::Errorset toInfallible.