Type Alias imap::Connection

source ·
pub type Connection = Box<dyn ImapConnection>;
Expand description

A boxed connection type

Aliased Type§

struct Connection(/* private fields */);

Trait Implementations§

source§

impl SetReadTimeout for Connection

source§

fn set_read_timeout(&mut self, timeout: Option<Duration>) -> Result<()>

Set the timeout for subsequent reads to the given one. Read more