pub trait KeyType: Into<JsValue> { }
Expand description

Implemented by types which can serve as a React key.

Implementations on Foreign Types

Implementors