macros, pubsub: Fix build failure introduced in the previous commit.
This commit is contained in:
parent
0aa5f5f60f
commit
2234bb76f2
2 changed files with 2 additions and 2 deletions
|
|
@ -73,4 +73,4 @@ impl Item {
|
|||
}
|
||||
|
||||
/// This trait should be implemented on any element which can be included as a PubSub payload.
|
||||
pub trait PubSubPayload: crate::TryFrom<crate::Element> + Into<crate::Element> {}
|
||||
pub trait PubSubPayload: ::std::convert::TryFrom<crate::Element> + Into<crate::Element> {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue