#[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.
#[get_matches]Function that takes the current text input as an RString as the first argument, and the second argument can be one of:
where T is the type returned by init.
It should return an RVec of Matches.