assign_stmt

Macro assign_stmt 

Source
macro_rules! assign_stmt {
    ($lhs:expr, $rhs:expr) => { ... };
}
Expand description

Create an assignment expression statement: lhs = rhs;