Type Definition cucumber_expressions::Spanned

source ·
pub type Spanned<'s> = LocatedSpan<&'s str>;
Expand description

str along with its location information in the original input.