Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
TokenWithLocation in datafusion::sql::sqlparser::tokenizer - Rust
[go: Go Back, main page]

Type Alias TokenWithLocation

Source
pub type TokenWithLocation = TokenWithSpan;
👎Deprecated since 0.53.0: please use TokenWithSpan instead
Expand description

Backwards compatibility struct for TokenWithSpan

Aliased Type§

pub struct TokenWithLocation {
    pub token: Token,
    pub span: Span,
}

Fields§

§token: Token§span: Span