Type Definition fake_netstack::StreamSocketMap

source ·
pub(crate) type StreamSocketMap = HashMap<SocketAddress, Rc<RefCell<StreamSocket>>>;