Module try_writeable

Source

Structs§

TryWriteableInfallibleAsWriteable
A wrapper around TryWriteable that implements Writeable if TryWriteable::Error is Infallible.
WriteableAsTryWriteableInfallible
A wrapper around Writeable that implements TryWriteable with TryWriteable::Error set to Infallible.

Traits§

TryWriteable
A writeable object that can fail while writing.