pub trait Flag: Flag { }
Expand description

A type flag for shared pointers.

This trait is implemented for W and RW, the marker types which indicate the behavior of a Shared hook.

Implementors