pub fn enable<A, W>(
    worker: &mut Worker<A>,
    writer: W
) -> Option<Box<dyn Any + 'static>>
where A: Allocate, W: Write + 'static,
Expand description

Enables logging of differential dataflow events.