pub trait SplitContext { fn args(&self) -> &Vec<String>; fn new_blob(&mut self) -> Output; }
Provides execution context on split stage.
Command line arguments passed to runner.
Allocates new output file.