macro_rules! parse {
    (
        $bytes:expr => |$parser_pat:pat| $action:expr
    ) => { ... };
}
Expand description

Applies some action to a CtfParser applied to some bytes.