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