Expand description
Helper types for trait impls.
Structsยง
- CoreWrite AsParts Write 
- A wrapper around a type implementing fmt::Writethat implementsPartsWrite.
- LossyWrap 
- TryWriteableInfallible AsWriteable 
- A wrapper around TryWriteablethat implementsWriteableifTryWriteable::ErrorisInfallible.
- WithPart 
- A Writeablethat writes out the given part.
- WriteableAsTry Writeable Infallible 
- A wrapper around Writeablethat implementsTryWriteablewithTryWriteable::Errorset toInfallible.