Skip to main content

Lexeme

Type Alias Lexeme 

Source
pub type Lexeme<'a, P> = ZipLeft<P, TakeWhile0<fn(char) -> bool, StrInput<'a>>>;
Expand description

lexeme の戻り値型。

Aliased Type§

pub struct Lexeme<'a, P> { /* private fields */ }