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

type ExprStatement = Option<Expr>;
Expand description

Expression statement.

Trait Implementations

Parse from a string slice.