pub trait Arg {
    type ToAddrs: AsyncToSocketAddrs;
    fn into_connect_opts(self) -> (Option<Self::ToAddrs>, Options);
}
Expand description

The arguments accepted by crate::r::connect

Associated Types

Required methods

Implementations on Foreign Types

Implementors