dial

Function dial 

Source
pub fn dial<Out: RemoteMessage, In: RemoteMessage>(
    addr: ChannelAddr,
) -> Result<(DuplexTx<Out>, DuplexRx<In>), ClientError>
Expand description

Connect to a duplex server, returning tx and rx handles.