[][src]Type Definition tokio_serde::SymmetricallyFramed

type SymmetricallyFramed<Transport, Value, Codec> = Framed<Transport, Value, Value, Codec>;