pub type JsObjectMutRef<D> = MutRef<JsObject<D>, D>;

Aliased Type§

struct JsObjectMutRef<D>(/* private fields */);