[][src]Macro gluon_vm::row_type

macro_rules! row_type {
    ($($field: ident => $value: ty),*) => { ... };
    ($($field: ident => $value: ty),* | $rest: ty) => { ... };
}