mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-10 12:58:13 +00:00
Fix typo in rust-type-conversions.md. (#390)
This commit is contained in:
parent
2694dd4dee
commit
ad72ea54a9
@ -40,7 +40,7 @@ Rust arguments of JS functions imported to Rust.
|
|||||||
### From JS to Rust
|
### From JS to Rust
|
||||||
|
|
||||||
Unfortunately the opposite direction from above, going from JS to Rust, is a bit
|
Unfortunately the opposite direction from above, going from JS to Rust, is a bit
|
||||||
mroe complicated. Here we've got three traits:
|
more complicated. Here we've got three traits:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
pub trait FromWasmAbi: WasmDescribe {
|
pub trait FromWasmAbi: WasmDescribe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user