Trait agent_tk::module::ModulePrivateInterface

source ·
pub trait ModulePrivateInterface<InputMessage, OutputMessage> {
    // Required method
    fn new(
        input_receiver: InactiveReceiver<InputMessage>,
        output_sender: Sender<OutputMessage>,
    ) -> Self;
}

Required Methods§

source

fn new( input_receiver: InactiveReceiver<InputMessage>, output_sender: Sender<OutputMessage>, ) -> Self

Object Safety§

This trait is not object safe.

Implementors§