rune::core::object::string

Type Alias ByteVec

Source
type ByteVec<'a> = Vec<'a, u8>;

Aliased Typeยง

struct ByteVec<'a> { /* private fields */ }