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.
Auto Trait Implementations
impl RefUnwindSafe for ExprUnsafe
impl !Send for ExprUnsafe
impl !Sync for ExprUnsafe
impl Unpin for ExprUnsafe
impl UnwindSafe for ExprUnsafe