Type Definition glsl::syntax::ExprStatement [] [src]

type ExprStatement = Option<Expr>;

Expression statement.