Imported extern Whatever; JavaScript Types

T parameter&T parameter&mut T parameterT return valueOption<T> parameterOption<T> return valueJavaScript representation
YesYesNoYesYesYesInstances of the extant Whatever JavaScript class / prototype constructor

Example Rust Usage

{{#include ../../../../examples/guide-supported-types-examples/src/imported_types.rs}}

Example JavaScript Usage

{{#include ../../../../examples/guide-supported-types-examples/imported_types.js}}