Searched defs:TestLocalSession (Results 1 – 1 of 1) sorted by relevance
1899 pub(crate) struct TestLocalSession { struct1900 requests: VecDeque<&'static str>,1901 outgoing_packets: VecDeque<Vec<u8>>,1904 impl LocalSession for &mut TestLocalSession { implementation1924 impl From<&[&'static str]> for TestLocalSession { implementation