Module new_tokio_smtp::io

source ·
Expand description

This modules contains all the Io type related parts (for implementing Cmd)

Structs

represents the buffers of an smtp connection
A Io object representing a smtp connection with buffers, socket and ehlo data
future returned by Connection.parse_result

Enums

Used to hint if a socket was closed
Abstraction over Tcp, TcpTls (and Mock)

Constants

Traits

trait representing a mock stream

Type Definitions

smtp result, either a Response or a LogicError potentially wrapping a Response