SSS

Trait SSS 

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

Thread safe (items and fns) Sync and Send is required by Nucleo

Implementors§

Source§

impl<T: Send + Sync + 'static> SSS for T