Module dfir_lang::pretty_span 
source · Expand description
Pretty, human-readable printing of proc_macro2::Spans.
Structs§
- Helper struct which displays the span as
row:colfor human reading. - Helper struct which displays the span as
path:row:colfor human reading/IDE linking. Example:dfir\tests\surface_syntax.rs:42:18.