pub async fn connect_static<R: Into<Route>>(
    ctx: &mut Context,
    recv: R
) -> Result<Address>
Expand description

Connect to the receiving end of a pipe

Returns the PipeSender’s public address.