Skip to main content

Line

Type Alias Line 

Source
pub type Line = Vec<Segment>;
Expand description

A source map line is a list of segments.

Aliased Typeยง

pub struct Line { /* private fields */ }