Function fmty::quote_cjk_white

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

Places a value between and .

Examples

let value = fmty::quote_cjk_white("文字");

assert_eq!(value.to_string(), "『文字』");