OutputGraph

Type Alias OutputGraph 

Source
pub type OutputGraph = dyn Fn(DupGraph) -> Result<(), Error> + Send + Sync;