Module yokeable
yoke
0.7.5
Module yokeable
Module Items
Traits
In crate yoke
Modules
cartable_ptr
either
erased
kinda_sorta_dangling
macro_impls
trait_hack
yoke
yokeable
zero_from
Structs
Yoke
Traits
CloneableCart
Yokeable
Derive Macros
Yokeable
yoke
Module
yokeable
Copy item path
Settings
Help
Summary
Source
Traits
§
Yokeable
The
Yokeable<'a>
trait is implemented on the
'static
version of any zero-copy type; for example,
Cow<'static, T>
implements
Yokeable<'a>
(for all
'a
).