Skip to main content

render_diff

Function render_diff 

Source
pub fn render_diff<S>(
    current: &ExecutionResult,
    store: &S,
) -> Result<String, ExecutorError>
where S: TelemetryStore + ?Sized,