Type Alias 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.

Aliased Type§

struct Spanned<'s> {
    pub extra: (),
    /* private fields */
}

Fields§

§extra: ()

Extra information that can be embedded by the user. Example: the parsed file name