pub fn parens<D: Display>(input: Paint<D>) -> Paint<String>
Wrap parenthesis around styled input, eg. "input" -> "(input)".
"input"
"(input)"