Skip to main content

InputType

Type Alias InputType 

Source
pub type InputType<'tokens, 'src> = MappedInput<'tokens, Token<'src>, Span, &'tokens [Spanned<Token<'src>>]>;

Aliased Typeยง

pub struct InputType<'tokens, 'src> { /* private fields */ }