writeable
0.5.5
Module try_
writeable
Structs
Traits
In crate writeable
Module
writeable
::
try_writeable
Copy item path
source
·
[
−
]
Structs
§
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
.
Traits
§
TryWriteable
A writeable object that can fail while writing.