Struct syn::ExprAsync [−][src]
pub struct ExprAsync { /* fields omitted */ }
Expand description
An async block: async { ... }
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprAsync { /* fields omitted */ }
An async block: async { ... }
.
This type is available only if Syn is built with the "full"
feature.