pub trait Invocation {
    // Required methods
    fn get_target_service_unique_name(&self) -> String;
    fn get_method_name(&self) -> String;
}

Required Methods§

Implementors§