Trait copra::dispatcher::NamedRegistrant [] [src]

pub trait NamedRegistrant: Registrant {
    fn name() -> &'static str;
}

Link service name to a registrant

This trait is automatically implemented by code generator. You do not need to touch it.

Required Methods

Get service name.

Implementors