Searched defs:ConnectionManager (Results 1 – 1 of 1) sorted by relevance
81 pub struct ConnectionManager { struct82 state: RefCell<ConnectionManagerState>, argument113 fn with_manager(&self, f: impl FnOnce(&ConnectionManager)) { in with_manager()118 impl ConnectionManager { implementation204 impl ConnectionManager { implementation