Skip to main content

IntoAstExprFunctionMut

Trait IntoAstExprFunctionMut 

Source
pub trait IntoAstExprFunctionMut {
    // Required method
    unsafe fn into_ast_expr_function_mut(self) -> *mut AstExprFunction;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoAstExprFunctionMut for *mut AstExprFunction

Implementors§