syntax::ast::make

Function let_stmt

source
pub fn let_stmt(
    pattern: Pat,
    ty: Option<Type>,
    initializer: Option<Expr>,
) -> LetStmt