Skip to main content

IntoAstStatPrinter

Trait IntoAstStatPrinter 

Source
pub trait IntoAstStatPrinter {
    // Required method
    unsafe fn into_ast_stat_mut(self) -> *mut AstStat;
}

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 IntoAstStatPrinter for &*mut AstStat

Source§

impl IntoAstStatPrinter for *mut AstStat

Implementors§