Skip to main content

TypeExtCPP

Trait TypeExtCPP 

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

Required Methods§

Source

fn to_cpp(&self, ctx: &Context) -> 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 TypeExtCPP for Ref<'_, dyn Type>

Source§

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

Source§

impl TypeExtCPP for TypeAttr

Source§

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

Source§

impl TypeExtCPP for TypeHandle

Source§

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

Source§

impl<T: Type> TypeExtCPP for TypedHandle<T>

Source§

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

Implementors§