Type Alias cucumber::step::CaptureName

source ·
pub type CaptureName = Option<String>;
Expand description

Name of a capturing group inside a regex.

Aliased Type§

enum CaptureName {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.