Crate rtlola_interpreter_macros

source ·

Derive Macros§

  • A derive macro that implements the EventFactory trait for a type which is composed of types that implement AssociateFactor. For an example look at enum.rs in the example folder.
  • A derive macro that implements the EventFactory trait for a type which is composed of types that implement TryInto<Value>. For an example look at simple.rs and custom_names.rs in the example folder.