[][src]Trait tapir_cwtch::acns::tor::authentication::TorAuthenticationMethod

pub trait TorAuthenticationMethod {
    pub fn authenticate(&self, conn: &mut TcpStream);
}

Required methods

pub fn authenticate(&self, conn: &mut TcpStream)[src]

Loading content...

Implementors

impl TorAuthenticationMethod for HashedPassword[src]

Loading content...