pub(crate) type StructuredSerializeOptions = StructuredSerializeOptions;
Aliased Type§
struct StructuredSerializeOptions {
pub(crate) transfer: Vec<RootedTraceableBox<Heap<*mut JSObject>>>,
}
Fields§
§transfer: Vec<RootedTraceableBox<Heap<*mut JSObject>>>