Function new_from_channels

Source
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