[][src]Type Definition sway_conf::primitives::Span

type Span<'a> = LocatedSpan<&'a str>;

Describes a section of text at a known location in a source file.