Expand

Trait Expand 

Source
pub trait Expand {
    // Required method
    fn expand(&self) -> Self;
}
Expand description

Trait for expanding expressions

Required Methods§

Source

fn expand(&self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§