Fortune for rsh's current commit: Small curse − 小凶
@ -43,8 +43,7 @@ pub struct ESock<W, R> {
info: RwLock<ESockInfo>,
#[pin]
// Raw (not encrypted) reader
rx: R,
rx: AsyncSource<R>,
tx: AsyncSink<W>,
}