Expand description
Helper types for trait impls.
Structs§
- Core
Write AsParts Write - TryWriteable
Infallible AsWriteable - A wrapper around
TryWriteable
that implementsWriteable
ifTryWriteable::Error
isInfallible
. - Writeable
AsTry Writeable Infallible - A wrapper around
Writeable
that implementsTryWriteable
withTryWriteable::Error
set toInfallible
.