Trait RawEngine

Source
pub trait RawEngine {
    type Ctx;
}
Expand description

The RawEngine trait defines the base interface for all implemented engines

Required Associated Types§

Implementors§