pub type GraphInput = Input;
pub enum GraphInput { Ignored, AsyncRead(Box<dyn AsyncRead + Sync + Unpin + Send>), }