Function find_next_index_of_statement
Source pub fn find_next_index_of_statement(
source: &str,
stmt: &Statement,
) -> Option<usize>
Expand description
Find the index of the next character immediately after the Statement.
§Arguments
source - The source string
stmt - The Statement
§Returns
The index of the next character immediately after the Statement.