Type Definition netemul_sandbox::HashSet

source ·
pub(crate) type HashSet<T> = HashMap<T, ()>;