13 lines
351 B
Markdown
13 lines
351 B
Markdown
Disable Custom Types
|
|
====================
|
|
|
|
{{#include ../links.md}}
|
|
|
|
The [`no_object`] feature disables support for [custom types] including:
|
|
|
|
* [_method-style_]({{rootUrl}}/rust/methods.md}}) function calls (e.g. `obj.method()`),
|
|
|
|
* [object maps] and the [`Map`] type,
|
|
|
|
* the `register_get`, `register_set` and `register_get_set` APIs for [`Engine`]
|