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