Function aitia::simple_report

source ·
pub fn simple_report<T: Fact>(
    tr: &Result<Traversal<'_, T>, TraversalError<'_, T>>
) -> Option<String>
Expand description

Helpful function for printing a report from a given Traversal

You’re encouraged to write your own reports as best serve you, but this is a good starting point.