1 2 3 4
use super::*; /// A type alias for an `Arc<RwLock<T>>`. pub type ArcRwLock<T> = Arc<RwLock<T>>;