Type Alias TDataReader

Source
pub type TDataReader = Pin<Box<dyn AsyncRead + Send + 'static>>;

Aliased Typeยง

pub struct TDataReader { /* private fields */ }