[][src]Crate indigo_proc_macros

Macros

future_join

Waits for all given futures to complete and returns their outputs as a tuple.

future_race

Waits for one of the given futures to complete and then returns the output.

Attribute Macros

runtime_main

Defines an async main function that runs on the Indigo runtime.

Derive Macros

Error

A derive macro for the Error trait that uses all the default method implementations.

FromIdn

A derive macro for the FromIdn trait.