Trait samotop::service::SessionService[][src]

pub trait SessionService {
    type Handler;
    fn start(&self, tls_conf: TlsControll) -> Self::Handler;
}

A session service handles the Samotop session

Associated Types

Required Methods

Implementors