xso: implement FromXmlText/AsXmlText for char
This commit is contained in:
parent
fe61a25cfd
commit
bf46248eeb
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ convert_via_fromstr_and_display! {
|
|||
isize,
|
||||
f32,
|
||||
f64,
|
||||
char,
|
||||
std::net::IpAddr,
|
||||
std::net::Ipv4Addr,
|
||||
std::net::Ipv6Addr,
|
||||
|
|
Loading…
Reference in a new issue