Skip to main content

ServerAcceptFuture

Type Alias ServerAcceptFuture 

Source
pub type ServerAcceptFuture<'a, Transport, State, Peer, Identity, Handler, TlsError, AuthenticationError> = Pin<Box<dyn Future<Output = Result<ServerAccept<Transport, State, Peer, Identity, Handler>, AcceptError<TlsError, AuthenticationError>>> + 'a>>;
Expand description

Non-Send future returned while accepting one server-role connection.

Aliased Typeยง

pub struct ServerAcceptFuture<'a, Transport, State, Peer, Identity, Handler, TlsError, AuthenticationError> { /* private fields */ }