Struct httpbis::server::HttpServerStateSnapshot [] [src]

pub struct HttpServerStateSnapshot {
    pub conns: HashMap<u64, ConnectionStateSnapshot>,
}

Fields