Type Definition socks5_impl::server::auth::AuthAdaptor

source ·
pub type AuthAdaptor<O> = Arc<dyn AuthExecutor<Output = O> + Send + Sync>;