[][src]Function smart_quotes::decide_quote_after

pub fn decide_quote_after(previous_character: Option<char>) -> Decision

Applies the heurisic based on the previous_character.

If the quote would be the first character, you can pass None.