pub fn enable<A, W>( worker: &mut Worker<A>, writer: W, ) -> Option<Box<dyn Any + 'static>>where A: Allocate, W: Write + 'static,
Enables logging of differential dataflow events.