Tag

Trait Tag 

Source
pub trait Tag: Send + 'static { }
Expand description

A tag that can be sent between threads.

Implementors§

Source§

impl<T: Send + 'static> Tag for T