Type Definition task_tracker::Inner

source ·
pub type Inner<K, R> = HashMap<K, InnerTask<R>>;