[][src]Type Definition syntax::ast::Lit

type Lit = Spanned<LitKind>;

A literal.

Trait Implementations

impl ToTokens for Lit
[src]