Type Definition libpijul::change::ChangeHeader[][src]

pub type ChangeHeader = ChangeHeader_<Author>;
Expand description

The header of a change contains all the metadata about a change (but not the actual contents of a change).

Trait Implementations

Returns the “default value” for a type. Read more