get_matches

Attribute Macro get_matches 

Source
#[get_matches]
Expand description

Function that takes the current text input as an RString as the first argument, and the second argument can be one of:

  • &T
  • &mut T

where T is the type returned by init.

It should return an RVec of Matches.