Skip to main content

CLexer

Type Alias CLexer 

Source
pub type CLexer<'config> = CppLexer<'config>;
Expand description

Type alias for a C lexer.

Aliased Typeยง

pub struct CLexer<'config> { /* private fields */ }