pub trait ThreadedReadView<T: Clone + Sync + Send>:
    Send
    + Sync
    + ReadView<T>
    + Debug { }
Expand description

read view with requirements on being threadsafe

Implementors§