macro_rules! checked_op {
($op:ident, $relpath:expr $(, $arg:expr)* ) => { ... };
}Expand description
Run operation op on a RelKeyPath.
op is an identifier that represents a CheckedDir function.
macro_rules! checked_op {
($op:ident, $relpath:expr $(, $arg:expr)* ) => { ... };
}Run operation op on a RelKeyPath.
op is an identifier that represents a CheckedDir function.