Type Alias wgsl_parse::syntax::IdentifierExpression
source · pub type IdentifierExpression = Span;Aliased Type§
struct IdentifierExpression {
pub start: usize,
pub end: usize,
}Fields§
§start: usizeThe lower bound of the range (inclusive).
end: usizeThe upper bound of the range (exclusive).