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

type Lit = Spanned<LitKind>;

A literal

Trait Implementations

impl ToTokens for Lit[src]