Struct fv_template::ct::Template[][src]

pub struct Template { /* fields omitted */ }
Expand description

A compile-time field value template.

Implementations

Parse a template from a TokenStream.

The TokenStream is typically all the tokens given to a macro.

Field values that appear before the template string literal.

Field values that appear within the template string literal.

Field values that appear after the template string literal.

Generate a TokenStream that constructs a runtime representation of this template.

Generate a TokenStream the constructs a runtime representation of this template.

The Visitor has a chance to modify fragments of the template during code generation.

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.