pub type GraphOutput = Output;
pub enum GraphOutput { Ignored, Inherited, Captured, AsyncWrite(Box<dyn AsyncWrite + Sync + Unpin + Send>), }