Struct syn::ExprRange [−][src]
pub struct ExprRange { /* fields omitted */ }
Expand description
A range expression: 1..2
, 1..
, ..2
, 1..=2
, ..=2
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprRange { /* fields omitted */ }
A range expression: 1..2
, 1..
, ..2
, 1..=2
, ..=2
.
This type is available only if Syn is built with the "full"
feature.