jingle: Add a comment.
This commit is contained in:
parent
ebc7582250
commit
393402032c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ generate_attribute!(Senders, "senders", {
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct Content {
|
pub struct Content {
|
||||||
pub creator: Creator,
|
pub creator: Creator,
|
||||||
pub disposition: String,
|
pub disposition: String, // TODO: the list of values is defined, use an enum!
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub senders: Senders,
|
pub senders: Senders,
|
||||||
pub description: Option<Element>,
|
pub description: Option<Element>,
|
||||||
|
|
Loading…
Reference in a new issue