Type Definition minus::PagerMutex[][src]

pub type PagerMutex = Arc<Mutex<Pager>>;
This is supported on crate features tokio_lib or async_std_lib only.
Expand description

A convenient type for std::sync::Arc<async_mutex::Mutex<Pager>>