Type Alias rustdb::expr::Assigns

source ·
pub type Assigns = Vec<(usize, AssignOp)>;
Expand description

Vector of local variable numbers and AssignOp.

Aliased Type§

struct Assigns { /* private fields */ }