Type Alias BoxHandshaking

Source
type BoxHandshaking<T, E> = Pin<Box<dyn Future<Output = Result<T, SocksError<E>>> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct BoxHandshaking<T, E> { /* private fields */ }