Function fmty::quote_de_double

source ·
pub fn quote_de_double<T>(value: T) -> Infix<T, char>
Expand description

Places a value between and .

Examples

let value = fmty::quote_de_double("Perfekt!");

assert_eq!(value.to_string(), "„Perfekt!“");