[][src]Module avocado::dsl::doc

Type-safe document specific to DSL sub-operations (e.g. filter, update, etc.)

Structs

Document

A top-level DSL document consisting of multiple path => sub-operation specifiers and respecting the order of insertion during iteration.

IntoIter

An owning iterator over the entries of a dsl::Document. Yields entries in order of insertion.

Iter

A borrowing iterator over the entries of a dsl::Document. Yields entries in order of insertion.

IterMut

A mutably borrowing iterator over the entries of a dsl::Document. Yields entries in order of insertion.