pub trait TypedLiteral: Literal { // Provided method fn typed_lit(self) -> Expr where Self: Sized { ... } }
Literal expression.