Module v11::tracking[][src]

Modules

prelude

Everything you need to define a Tracker.

Enums

Select

Indicates whether all rows have been selected, or only some of them. (No selection is indicated by not receiving a call.)

SelectIter

Traits

GetParam

Helper trait used to a parameter of a parameterized type.

Tracker

Trackers are notified of structural changes to tables. This requires the 'consistent' guarantee on the foreign table, which is provided by #[kind = "consistent"]. You can use #[foreign_auto] to derive an implementation.

Type Definitions

SelectAny
SelectOwned
SelectRows