rune
0.1.0
ByteVec
Aliased type
In rune::
core::
object::
string
rune
::
core
::
object
::
string
Type Alias
ByteVec
Copy item path
Source
type ByteVec<'a> = Vec<'a,
u8
>;
Aliased Type
ยง
struct ByteVec<'a> {
/* private fields */
}