pub trait Literal {
    fn lit(self) -> Expr;
}

Required Methods§

Literal expression.

Implementations on Foreign Types§

Implementors§