Type Definition tiny_rpc::io::GenericSink[][src]

type GenericSink<T, E> = Pin<Box<dyn Sink<T, Error = E> + Send + Sync + 'static>>;