rune
0.14.0
Module borrow
Module Items
Enums
Traits
In rune::
alloc
rune
::
alloc
Module
borrow
Copy item path
Source
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
TryTo
Owned
A generalization of
TryClone
to borrowed data.