Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§