We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf39cfd commit 872c57eCopy full SHA for 872c57e
guide/src/reference/types/boxed-jsvalue-slice.md
@@ -4,6 +4,8 @@
4
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
5
| Yes | No | No | Yes | Yes | Yes | A JavaScript `Array` object |
6
7
+Boxed slices of imported JS types and exported Rust types are also supported. `Vec<T>` is supported wherever `Box<[T]>` is.
8
+
9
## Example Rust Usage
10
11
```rust
0 commit comments