Type Definition tracing_forest::processor::Result

source ·
pub type Result = Result<(), Error>;
Expand description

The result type of Processor::process.