ibr: Fix syntax error.
This commit is contained in:
parent
412eafb363
commit
0bec19c224
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ pub struct Query {
|
||||||
//pub oob: Option<Oob>,
|
//pub oob: Option<Oob>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl IqGetPayload for Query;
|
impl IqGetPayload for Query {}
|
||||||
impl IqSetPayload for Query;
|
impl IqSetPayload for Query {}
|
||||||
impl IqResultPayload for Query;
|
impl IqResultPayload for Query {}
|
||||||
|
|
||||||
impl TryFrom<Element> for Query {
|
impl TryFrom<Element> for Query {
|
||||||
type Err = Error;
|
type Err = Error;
|
||||||
|
|
Loading…
Reference in a new issue