Type Definition glsl::syntax::Identifier

source ·
pub type Identifier = String;
Expand description

A generic identifier.

Trait Implementations§

Parse from a byte slice.
Parse from a string.