Struct ExprUnsafe

docs.rs

pub struct ExprUnsafe {
    pub attrs: Vec<Attribute>,
    pub unsafe_token: Unsafe,
    pub block: Block,
}