[][src]Function sesh::recv

pub fn recv<T, S>(s: Recv<T, S>) -> Result<(T, S), Box<dyn Error>> where
    T: Send,
    S: Session