Module adapters
Helper types for trait impls.
Structs
-
CoreWriteAsPartsWrite
A wrapper around a type implementing
fmt::Writethat implementsPartsWrite. - LossyWrap
-
TryWriteableInfallibleAsWriteable
A wrapper around
TryWriteablethat implementsWriteableifTryWriteable::ErrorisInfallible. -
WithPart
A
Writeablethat writes out the given part. -
WriteableAsTryWriteableInfallible
A wrapper around
Writeablethat implementsTryWriteablewithTryWriteable::Errorset toInfallible.