pub unsafe trait Mutability { }
Expand description

A trait to allow classes to choose there borrowing implementation.

Safety

This trait is not meant to be implementeded outside the rquickjs library.

Implementors§