[−][src]Trait tor_stream::ToTargetAddr
A trait for objects that can be converted to TargetAddr.
Required methods
fn to_target_addr(&self) -> Result<TargetAddr, Error>
Converts the value of self to a TargetAddr.