Trait screeps::js_collections::JsCollectionFromValue
source · pub trait JsCollectionFromValue {
// Required method
fn from_value(val: JsValue) -> Self;
}
pub trait JsCollectionFromValue {
// Required method
fn from_value(val: JsValue) -> Self;
}