pub(crate) type HandshakeFlightTls12<'a> = HandshakeFlight<'a, false>;Aliased Type§
pub(crate) struct HandshakeFlightTls12<'a> {
pub(crate) transcript: &'a mut HandshakeHash,
body: Vec<u8>,
}Fields§
§transcript: &'a mut HandshakeHash§body: Vec<u8>