Skip to main content

DynExpr

Trait DynExpr 

Source
pub trait DynExpr:
    Debug
    + Send
    + Sync {
    // Required method
    fn render_dyn(&self, buf: &mut String);
}

Required Methods§

Source

fn render_dyn(&self, buf: &mut String)

Trait Implementations§

Source§

impl DynExpr for Box<dyn DynExpr>

Source§

fn render_dyn(&self, buf: &mut 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 DynExpr for Box<dyn DynExpr>

Source§

fn render_dyn(&self, buf: &mut String)

Implementors§