Skip to content

Commit

Permalink
Document #2614 (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-Bertholet authored Jul 14, 2021
1 parent bf39cfd commit 872c57e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/src/reference/types/boxed-jsvalue-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| Yes | No | No | Yes | Yes | Yes | A JavaScript `Array` object |

Boxed slices of imported JS types and exported Rust types are also supported. `Vec<T>` is supported wherever `Box<[T]>` is.

## Example Rust Usage

```rust
Expand Down

0 comments on commit 872c57e

Please sign in to comment.