Macro scpi::Leaf

source ·
macro_rules! Leaf {
    ($name:literal => $handler:expr) => { ... };
    (default $name:literal => $handler:expr) => { ... };
}
Expand description

A utility to create a Node::Leaf.