Type Definition kble_socket::SocketSink

source ·
pub type SocketSink = Pin<Box<dyn Sink<Vec<u8>, Error = Error> + Send + 'static>>;