[][src]Macro cucumber_rust::typed_regex

macro_rules! typed_regex {
    (
        $worldtype:path, ($($arg_type:ty),*) $body:expr
    ) => { ... };
}