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