Type Alias tokio::util::idle_notified_set::Lists
source · type Lists<T> = Mutex<ListsInner<T>>;
Aliased Type§
struct Lists<T>(Mutex<ListsInner<T>>);
Fields§
§0: Mutex<ListsInner<T>>
type Lists<T> = Mutex<ListsInner<T>>;
struct Lists<T>(Mutex<ListsInner<T>>);
0: Mutex<ListsInner<T>>