Macro yarpl::just[][src]

macro_rules! just {
    ( $visibility:vis $name:ident { $string_to_match:literal; } ) => { ... };
}

Tries to match the provided string to the current place in the input.

Example

just!( pub integer { "[0-9]+"; });