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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprAsync
impl UnwindSafe for ExprAsync