Trait gravel_ffi::FrontendInner

source ·
pub trait FrontendInner {
    // Required method
    fn run(
        &mut self,
        receiver: RReceiver<FrontendMessageNe>,
    ) -> 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§