Trait TypeExprExt

Source
pub trait TypeExprExt: Into<PTypeExpr> {
    // Provided methods
    fn ptr(self) -> PTypeExpr { ... }
    fn array(self) -> PTypeExpr { ... }
}

Provided Methods§

Source

fn ptr(self) -> PTypeExpr

Source

fn array(self) -> PTypeExpr

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§