pub fn new_from_channels(
tx: Sender<Vec<u8>>,
rx: Receiver<Vec<u8>>,
seq_kind: VarSeqKind,
) -> HostClient<WireError>
Expand description
Create a new HostClient from the given server channels
pub fn new_from_channels(
tx: Sender<Vec<u8>>,
rx: Receiver<Vec<u8>>,
seq_kind: VarSeqKind,
) -> HostClient<WireError>
Create a new HostClient from the given server channels