Module adapters
writeable
0.5.5
Module adapters
Module Items
Structs
In crate writeable
Modules
adapters
Macros
assert_try_writeable_eq
assert_try_writeable_parts_eq
assert_writeable_eq
assert_writeable_parts_eq
impl_display_with_writeable
Structs
LengthHint
Part
Traits
PartsWrite
TryWriteable
Writeable
writeable
Module
adapters
Copy item path
Settings
Help
Summary
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
.