SyntaxToken

Type Alias SyntaxToken 

Source
pub type SyntaxToken = SyntaxToken<NginxLanguage>;
Expand description

A token (leaf) in the nginx configuration syntax tree.

Aliased Typeยง

pub struct SyntaxToken { /* private fields */ }