Skip to main content

Module view

Module view 

Source
Expand description

The ObjectView trait and the generic value-backed object.

Structs§

GenericObject
A STIX object stored as a flat property map. Used for any object type without a dedicated typed struct, and retains all properties (including custom ones).

Traits§

CustomObject
A consumer-supplied object type that the matcher can view uniformly.
ObjectView
A read-only, type-agnostic view over a STIX object.