pub type SendStreamTemp<'a, T> = SymmetricallyFramed<FramedWrite<&'a mut SendStreamBytes, LengthDelimitedCodec>, T, SymmetricalBincode<T>>;Expand description
A temporary typed send stream which borrows a SendStreamBytes.
Aliased Typeยง
pub struct SendStreamTemp<'a, T> { /* private fields */ }