Macro fs_tree::tree

source ·
macro_rules! tree {
    ($($all:tt)*) => { ... };
}
Expand description

Same as trees, but panics if more than a single one is provided.

Ideally this macro would not compile instead of panicking.