[][src]Crate arcon_macros

Attribute Macros

arcon
arcon_decoder

arcon_decoder generates a FromStr impl for its struct

arcon_task

arcon_task macro used for unified event passing between components Adds all necessary methods needed to declare a kompact component. Requires the generic attribute IN to be declared where: IN is the ArconType which the component will receive Requires the component to implement the functions handle_element and handle_watermark