Type Alias makeup::ui::RwLocked

source ·
pub type RwLocked<T> = Arc<RwLock<T>>;

Aliased Type§

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