pub trait DirectChanMethodsHelper: HasAddrs { }Expand description
Implement HasChanMethods for an object with HasAddr whose addresses
all represent a host we can connect to by a direct Tor connection at its
IP addresses.
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.