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