Trait rquickjs_core::class::Mutability

source ·
pub unsafe trait Mutability { }
Expand description

A trait to allow classes to choose there borrowing implementation.

§Safety

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

Object Safety§

This trait is not object safe.

Implementors§