Struct syn::ExprLet [−][src]
pub struct ExprLet { /* fields omitted */ }
Expand description
A let
guard: let Some(x) = opt
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprLet { /* fields omitted */ }
A let
guard: let Some(x) = opt
.
This type is available only if Syn is built with the "full"
feature.