pub struct ExpRewriter<'env, 'rewriter> { /* private fields */ }
Expand description

Rewriter for expressions, allowing to substitute locals by expressions as well as instantiate types.

Implementations

Creates a new rewriter with the given replacer map.

Adds a type argument list to this rewriter. Generic type parameters are replaced by the given types.

Trait Implementations

Top-level entry for rewriting an expression. Can be re-implemented to do some pre/post processing embedding a call to do_rewrite. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.