Function mpstthree::binary::send::send[][src]

pub fn send<T, S>(x: T, s: Send<T, S>) -> S where
    T: Send,
    S: Session
Expand description

Send a value of type T. Always succeeds. Returns the continuation of the session S.