JsBox<...> appears to implement Object, and Managed. Is there a reason that it doesn't also implement This also? The lack of This implementation currently makes it impossible to have a MethodContext<'_, JsBox<...>>, which is something that was previously possible with declare_type! { ... }.