Skip to main content

ShareableTid

Trait ShareableTid 

Source
pub trait ShareableTid<'a>:
    Tid<'a>
    + Send
    + Sync { }
Expand description

Thread-safe variant of Tid.

This trait is automatically implemented for any Tid type that is Send + Sync.

Implementors§

Source§

impl<'a, T: Tid<'a> + Send + Sync> ShareableTid<'a> for T