Searched defs:ConnectType (Results 1 – 3 of 3) sorted by relevance
37 connect_key: String, session_id: u32, channel_id: u32, conn_type: ConnectType, in start_handshake_with_daemon()
61 pub async fn put(session_id: u32, conn_type: ConnectType) { in put()68 pub async fn get(session_id: u32) -> Option<ConnectType> { in get()
46 pub enum ConnectType { enum