[][src]Module union_impl::union::name_constructors

Name constructors for code generation by union! macro.

Functions

construct_inspect_function_name

Constructs inspect function name - async or not. For internal usage.

construct_result_name

Constructs result name with given index. For internal usage.

construct_result_wrapper_name

Constructs result wrapper in order to be used when first step expression is block. For internal usage.

construct_spawn_tokio_function_name

Constructs tokio::spawn wrapper function name - async or not. For internal usage.

construct_step_result_name

Constructs step result name using given index. For internal usage.

construct_thread_builder_name

Constructs thread builder name with given index. For internal usage.

construct_thread_name

Constructs thread name with given index. This name will be displayed as result of thread::current().name().unwrap() or in case of thread's panic.

construct_var_name

Constructs name for variable with given index. For internal usage.