Trait copra::dispatcher::Registrant [] [src]

pub trait Registrant {
    fn methods(&self) -> Vec<(String, NewEncapService)>;
}

Link method names with methods

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

Required Methods

Get a list of name-method pairs.

Implementors