attention, chatstates, eme, ping: Add a docstring on the structs.
This commit is contained in:
parent
fd31e691af
commit
7612c53f9a
4 changed files with 18 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ use error::Error;
|
|||
|
||||
use ns;
|
||||
|
||||
/// Structure representing an `<attention xmlns='urn:xmpp:attention:0'/>` element.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Attention;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue