Type Alias socks5_impl::server::auth::AuthAdaptor
source · pub type AuthAdaptor<O> = Arc<dyn AuthExecutor<Output = O> + Send + Sync>;
Aliased Type§
struct AuthAdaptor<O> { /* private fields */ }
pub type AuthAdaptor<O> = Arc<dyn AuthExecutor<Output = O> + Send + Sync>;
struct AuthAdaptor<O> { /* private fields */ }