Searched defs:HandshakeCachePullRule (Results 1 – 1 of 1) sorted by relevance
24 pub(crate) struct HandshakeCachePullRule { struct25 pub(crate) typ: HandshakeType,26 pub(crate) epoch: u16,27 pub(crate) is_client: bool,28 pub(crate) optional: bool,103 rules: &[HandshakeCachePullRule], in full_pull_map()