Struct rune::NoopCompileVisitor[][src]

pub struct NoopCompileVisitor(_);
Expand description

A compile visitor that does nothing.

Implementations

Construct a new noop compile visitor.

Trait Implementations

Called when a meta item is registered.

Mark that we’ve encountered a specific compile meta at the given span.

Visit a variable use.

Visit something that is a module.

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

Performs the conversion.

Performs the conversion.

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.