Module agnes::select[][src]

Traits and structures for selecting a field from a data structure.

Structs

Selection

Type for accessing a specified field (identified by a FieldIdent) for an underlying data structure.

Traits

Field

Trait for accessing the data of a single field as a Selection struct which implements DataIndex.

SelectField

Trait implemented by data structures to provide access to data for a single field.