pub trait SurfaceInstruction { }Expand description
Marker for enums whose pattern-derived parser represents instruction syntax.
#[derive(vihaco_parser_derive::Parse)] implements this trait for enums annotated
with #[syntax_class(instruction, ...)].