Trait kuska_handshake::State[][src]

pub trait State { }
Expand description

The State trait is used to implement the typestate pattern for the Handshake.

The state machine is as follows:

Client:

Server:

Implementors