pub trait ThreadedReadView<T: Clone + Sync + Send>: Send + Sync + ReadView<T> + Debug { }
read view with requirements on being threadsafe