logo

Type Definition cucumber::codegen::Spanned

source · []
pub type Spanned<'s> = LocatedSpan<&'s str, ()>;
Available on crate feature macros only.
Expand description

str along with its location information in the original input.