Trait samotop::service::NamedService[][src]

pub trait NamedService {
    fn name(&self) -> String;
}

The service which implements this trait has a name.

Required Methods

Implementors