Expand description
Helper types for trait impls.
Structsยง
- Core
Write AsParts Write - TryWriteable
Infallible AsWriteable - A wrapper around
TryWriteablethat implementsWriteableifTryWriteable::ErrorisInfallible. - Writeable
AsTry Writeable Infallible - A wrapper around
Writeablethat implementsTryWriteablewithTryWriteable::Errorset toInfallible.