[][src]Module join_impl::expr_chain::unit

Unit module describes one unit of expression parsing which contains currently parsed T and optional next ActionGroup

Structs

Unit

Unit defines one unit of expression parsing.

Traits

TransformParsed

Trait which provides functionality to apply given transform function to change result from Self (<T>) to O (<R>) where transform: F: FnOnce(T) -> R.

Type Definitions

UnitResult

UnitResult defines Result of one unit expression parsing.