Type Definition rustdb::run::CExpPtr[][src]

pub type CExpPtr<T> = Box<dyn CExp<T>>;
Expand description

Pointer to CExp.