Skip to main content

pipe_to

Function pipe_to 

Source
pub fn pipe_to<M, F>(fut: F, target: ActorRef<M>)
where M: Send + 'static, F: Future<Output = M> + Send + 'static,