Enum trust_dns::tcp::TcpState
[−]
[src]
pub enum TcpState {
WillReadLength,
WillRead {
length: u16,
},
WillWriteLength,
WillWrite,
Done,
}Variants
WillReadLength | ||||
WillRead | Fields
| |||
WillWriteLength | ||||
WillWrite | ||||
Done |