Struct syn::ExprUnsafe
source · pub struct ExprUnsafe { /* private fields */ }
Expand description
An unsafe block: unsafe { ... }
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprUnsafe> for Expr
impl From<ExprUnsafe> for Expr
source§fn from(e: ExprUnsafe) -> Expr
fn from(e: ExprUnsafe) -> Expr
Converts to this type from the input type.