Type Definition rhai::Blob

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

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

Not available under no_index.