[][src]Type Definition join_impl::expr_chain::action_expr_chain::ActionExprChain

type ActionExprChain = ExprChain<ActionExpr>;

ExprChain of ActionExpr.

Trait Implementations

impl Chain for ActionExprChain where
    Self: Sized
[src]

Implementation of Chain with ActionExpr members.

type Member = ActionExpr