writeable
0.5.5
Module adapters
Module Items
Structs
In crate writeable
writeable
Module
adapters
Copy item path
Source
Expand description
Helper types for trait impls.
Structs
ยง
Core
Write
AsParts
Write
TryWriteable
Infallible
AsWriteable
A wrapper around
TryWriteable
that implements
Writeable
if
TryWriteable::Error
is
Infallible
.
Writeable
AsTry
Writeable
Infallible
A wrapper around
Writeable
that implements
TryWriteable
with
TryWriteable::Error
set to
Infallible
.