Trait LocalHandle

Source
pub unsafe trait LocalHandle: HandleType { }
Expand description

An extension of the HandleType trait for locally-defined types.

This trait may not stick around forever…

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§