pub unsafe trait HandleType { }
Expand description

A trait for types that can show up as the T in Handle<T>.

This trait is automatically synthesized for exported handles and typically shouldn’t be implemented manually.

Implementors§