Module adapters

Source
Expand description

Helper types for trait impls.

Structs§

CoreWriteAsPartsWrite
A wrapper around a type implementing fmt::Write that implements PartsWrite.
LossyWrap
TryWriteableInfallibleAsWriteable
A wrapper around TryWriteable that implements Writeable if TryWriteable::Error is Infallible.
WithPart
A Writeable that writes out the given part.
WriteableAsTryWriteableInfallible
A wrapper around Writeable that implements TryWriteable with TryWriteable::Error set to Infallible.