pub trait TorCheck {
type Result;
// Required method
fn tor_check(self) -> Self::Result;
}Expand description
Trait for Tor connection checking.
pub trait TorCheck {
type Result;
// Required method
fn tor_check(self) -> Self::Result;
}Trait for Tor connection checking.