macro_rules! impl_from_tuple_for_inmemorydir { ($($var:ident $path:ident $data:ident),+) => { ... }; }
Expand description
Create an impl _ for InMemoryDir
for a generic tuple
Must pass in names for each tuple parameter for
- internal variable name
Path
typeData
type