body: Make the string public.
This commit is contained in:
parent
f3c9a58862
commit
55f5435f6e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use ns::JABBER_CLIENT_NS;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Body {
|
pub struct Body {
|
||||||
body: String,
|
pub body: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn parse_body(root: &Element) -> Result<Body, Error> {
|
pub fn parse_body(root: &Element) -> Result<Body, Error> {
|
||||||
|
|
Loading…
Reference in a new issue