Type Definition tui_markup::parser::LSpan

source · []
pub type LSpan<'a> = LocatedSpan<&'a str, usize>;
Expand description

Span with location info.