Skip to main content

SSS

Trait SSS 

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

Thread safe (items and fns) These traits are required by Nucleo since it works in a different thread

Implementors§

Source§

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