Skip to main content

KotlinParser

Type Alias KotlinParser 

Source
pub type KotlinParser = Parser<KotlinCode>;
Expand description

The Kotlin language parser.

Aliased Typeยง

pub struct KotlinParser { /* private fields */ }