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

pub fn send_canceled<T, S>(x: T, s: Send<T, S>) -> Result<S, Box<dyn Error>> where
    T: Send,
    S: Session
Expand description

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