pub trait ShareableTid<'a>:
Tid<'a>
+ Send
+ Sync { }Expand description
Re-export internal modules for users who need advanced features.
Thread-safe variant of Tid.
This trait is automatically implemented for any Tid type that is Send + Sync.