Struct changelog::report::Category [] [src]

pub struct Category {
    pub title: String,
    pub changes: Vec<Text>,
}

A group of changes with the same category

Fields

The title of the category

A list of change descriptions

Trait Implementations

impl Debug for Category
[src]

[src]

Formats the value using the given formatter.