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

pub type Hunk<Hash, Local> = BaseHunk<Atom<Hash>, Local>;

Implementations

Trait Implementations

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more