Type Definition rustdb::run::CExpPtr

source · []
pub type CExpPtr<T> = Box<dyn CExp<T>>;
Expand description

Pointer to CExp.