Macro scpi::Root

source ยท
macro_rules! Root {
    ($($child:expr),+) => { ... };
}
Expand description

A utility to create the root Node of a command tree.