pub trait TestPairExtension {
// Required method
fn enable_transcript(&mut self) -> TestPairTranscript;
}Required Methods§
Sourcefn enable_transcript(&mut self) -> TestPairTranscript
fn enable_transcript(&mut self) -> TestPairTranscript
Record all bytes sent by the connections.
This does not decrypt the bytes