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§