Struct httpbis::http_common::ReadLoopData [] [src]

pub struct ReadLoopData<I, N> where
    I: AsyncRead + 'static,
    N: LoopInner
{ pub read: ReadHalf<I>, pub inner: TaskRcMut<N>, }

Fields

Methods

impl<I, N> ReadLoopData<I, N> where
    I: AsyncRead + AsyncWrite + Send + 'static,
    N: LoopInner
[src]