Module vector::extra_context

source ·
Expand description

ExtraContext is used for passing extra data to Vector’s components when Vector is used as a library.

Structs§

  • Structure containing any extra data. The data is held in an Arc so is cheap to clone.