[][src]Trait potatonet_node::NamedService

pub trait NamedService: Service {
    fn name(&self) -> &'static str;
}

命名服务

Required methods

fn name(&self) -> &'static str

Loading content...

Implementors

Loading content...