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 ExprUnsafeimpl !Send for ExprUnsafeimpl !Sync for ExprUnsafeimpl Unpin for ExprUnsafeimpl UnwindSafe for ExprUnsafe