Skip to main content

checked_op

Macro checked_op 

Source
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.