Type Alias Uint8Array

Source
pub(crate) type Uint8Array = TypedArray<Uint8, *mut JSObject>;

Aliased Typeยง

pub(crate) struct Uint8Array { /* private fields */ }