Macro dir_children_wrapper

Source
macro_rules! dir_children_wrapper {
    ($vis:vis $name:ident $ty:ty) => { ... };
}
Expand description

A simple macro that generates a DirChildren newtype, together with a few impls to make it easy to use.