http_type

Type Alias ArcRwLock

Source
pub type ArcRwLock<T> = Arc<RwLock<T>>;

Aliased Typeยง

struct ArcRwLock<T> { /* private fields */ }