Skip to main content

Variable

Type Alias Variable 

Source
pub type Variable = String;
Expand description

A variable reference including the leading ? (e.g. ?x, ?from).

Aliased Typeยง

pub struct Variable { /* private fields */ }