Function acto_rs::elem::connectable::connect_receiver_to_sender [] [src]

pub fn connect_receiver_to_sender<Value: Send, Error: Send>(
    rcv: &mut ChannelWrapper<Value, Error>,
    snd: &mut ChannelWrapper<Value, Error>
) -> Result<(), ActorError>