/// The endpoint host type
#[derive(Clone, Copy, Debug, PartialEq, Eq)]pubenumBluefinHost{
PackLeader,
PackFollower,
Client,}/// The state at which the connection is at
#[derive(PartialEq, Debug)]pubenumState{
Handshake,
DataStream,
Closed,
Error,
Ready,}