Type Definition kble_socket::SocketStream

source ·
pub type SocketStream = Pin<Box<dyn Stream<Item = Result<Bytes>> + Send + 'static>>;