Struct rune::macros::FormatArgs[][src]

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

A format specification: A format string followed by arguments to be formatted in accordance with that string.

This type can only be parsed inside of a macro context since it performs constant evaluation.

Implementations

Expand the format specification.

Panics

Panics if called outside of a macro context.

Expand the format specification.

Trait Implementations

Parse format arguments inside of a macro.

Peek the parser for the given token.

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.