gravel_ffi

Trait FrontendInner

source
pub trait FrontendInner {
    // Required method
    fn run(&mut self) -> FrontendExitStatusNe;
}
Expand description

This trait is auto-implemented with the crate::gravel_frontend macro.

It does some boilerplate conversions to reduce complexity in the real Frontend.

Required Methods§

Implementors§