Type Definition glsl::syntax::ExprStatement

source ·
pub type ExprStatement = Option<Expr>;
Expand description

Expression statement.

Trait Implementations§

Parse from a byte slice.
Parse from a string.