Docs.rs
wasm-react-0.5.0
wasm-react 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
yishn
Dependencies
js-sys ^0.3.64
normal
paste ^1.0.14
normal
wasm-bindgen ^0.2.87
normal
web-sys ^0.3.64
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
KeyType
Implementations on Foreign Types
&str
JsString
String
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In wasm_react
?
Trait
wasm_react
::
KeyType
source
·
[
−
]
pub trait KeyType:
Into
<
JsValue
> { }
Expand description
Implemented by types which can serve as a
React key
.
Implementations on Foreign Types
§
source
§
impl
KeyType
for
u16
source
§
impl
KeyType
for
i128
source
§
impl
KeyType
for
usize
source
§
impl
KeyType
for
u32
source
§
impl
KeyType
for
isize
source
§
impl
KeyType
for
u128
source
§
impl
KeyType
for
u64
source
§
impl
KeyType
for
i64
source
§
impl
KeyType
for
i8
source
§
impl
KeyType
for
String
source
§
impl
KeyType
for
JsString
source
§
impl
KeyType
for
f32
source
§
impl
KeyType
for &
str
source
§
impl
KeyType
for
i16
source
§
impl
KeyType
for
f64
source
§
impl
KeyType
for
u8
source
§
impl
KeyType
for
i32
Implementors
§