Skip to main content

DrainedLine

Type Alias DrainedLine 

Source
pub type DrainedLine = (String, Vec<String>, Option<SourceLocation>);
Expand description

One line handed out by Story::debug_drain_buffered_lines: text, tags, and its source location (W7/#3300 provenance — same field the production road’s OutputLine::source carries).