Struct syn::ExprUnsafe
source · Expand description
An unsafe block: unsafe { ... }.
Fields§
§attrs: Vec<Attribute>§unsafe_token: Unsafe§block: BlockTrait 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.