Module retina_datatypes::typedefs

source ·
Expand description

New datatypes are defined in this module. Newly-defined datatypes must be added to the DATATYPES map in this module.

Structs§

  • To add a datatype, add it to the DATATYPES map This is read by the filtergen crate to generate code
  • To avoid copying, the Tracked structure in the framework – built at compile time – will track certain generic, raw datatypes if a subset of subscriptions require them.

Type Aliases§

  • The string literal representing a matched filter.
  • A list of all sessions (zero-copy) parsed in the connection.