Skip to main content

OpExtCPP

Trait OpExtCPP 

Source
pub trait OpExtCPP {
    // Required method
    fn to_cpp(&self, ctx: &Context) -> Result<String>;
}

Required Methods§

Source

fn to_cpp(&self, ctx: &Context) -> Result<String>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl OpExtCPP for Ptr<Operation>

Source§

fn to_cpp(&self, ctx: &Context) -> Result<String>

Implementors§