Type Alias bevy_mod_scripting::prelude::rhai::Blob

source ·
pub type Blob = Vec<u8>;
Expand description

Variable-sized array of u8 values (byte array).

Not available under no_index.

Aliased Type§

struct Blob { /* private fields */ }