ibr: Fix syntax error.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-16 15:16:15 +02:00
parent 412eafb363
commit 0bec19c224

View file

@ -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;