Type Definition sql_parse::Span

source ·
pub type Span = Range<usize>;
Expand description

Byte span of ast fragment

Trait Implementations§

Compute byte span of an ast fragment
Compute the minimal span containing both self and other