Trait Socks5UdpAssociator
pub trait Socks5UdpAssociator<S>: Socks5UdpAssociatorSeal<S> { }
Expand description
Types which can be used as socks5 Command::UdpAssociate
drivers on the server side.
Typically used as a component part of a Socks5Acceptor
.
The actual underlying trait is sealed and not exposed for usage.
No custom associators can be implemented. You can however customise
the individual steps as provided and used by UdpRelay
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.