pub trait RawEngine { type Ctx; }
The RawEngine trait defines the base interface for all implemented engines
RawEngine