pub trait SessionService {
    type Handler;

    fn start(&self, tls_conf: TlsControll) -> Self::Handler;
}
Expand description

A session service handles the Samotop session

Required Associated Types

Required Methods

Implementors