Skip to main content

Layer

Type Alias Layer 

Source
pub type Layer = (String, Vec<String>);
Expand description

A layer in a --layers stack: its label paired with the ids of the members assigned to it, in input order.