Type Alias rustdb::run::CExpPtr

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

Pointer to CExp.

Aliased Type§

struct CExpPtr<T>(/* private fields */);