Struct async_smtp::util::XText
source · pub struct XText<'a>(pub &'a str);Expand description
Encode a string as xtext
xtext is defined in https://www.rfc-editor.org/rfc/rfc3461
Tuple Fields§
§0: &'a strpub struct XText<'a>(pub &'a str);Encode a string as xtext
xtext is defined in https://www.rfc-editor.org/rfc/rfc3461
0: &'a str