pub trait NodeHandleQuestion {
// Required method
fn handle_question(&mut self, fn_: NodeQuestionFn) -> Box<dyn Handler>;
}
Required Methods§
sourcefn handle_question(&mut self, fn_: NodeQuestionFn) -> Box<dyn Handler>
fn handle_question(&mut self, fn_: NodeQuestionFn) -> Box<dyn Handler>
| Register handler for question messages. |