Type Definition dialectic_tokio_serde::SymmetricalChan[][src]

type SymmetricalChan<S, F, E, W, R> = Chan<S, Sender<F, E, W>, Receiver<F, E, R>>;

A Chan for the session type S and the environment E, using a symmetrical serialization/encoding and the AsyncWrite/AsyncRead pair W/R as transport.