pub(crate) type TestDictionaryWithTypedArray = TestDictionaryWithTypedArray;Aliased Type§
pub(crate) struct TestDictionaryWithTypedArray {
pub typedArray: Option<RootedTraceableBox<TypedArray<Uint8, Box<Heap<*mut JSObject>>>>>,
}Fields§
§typedArray: Option<RootedTraceableBox<TypedArray<Uint8, Box<Heap<*mut JSObject>>>>>