Flag

Trait Flag 

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

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§

Source§

impl<T: Flag> Flag for T