Type Definition minus::PagerMutex[][src]

type PagerMutex = Arc<Mutex<Pager>>;
Expand description

A convinience tyoe for std::sync::Arc<async_mutex::Mutex<Pager>>