Trait cypheraddr::Host
source · pub trait Host {
// Required method
fn requires_proxy(&self) -> bool;
}Expand description
Marker trait for all types of host names.
pub trait Host {
// Required method
fn requires_proxy(&self) -> bool;
}Marker trait for all types of host names.