ParserSetupFn

Type Alias ParserSetupFn 

Source
pub type ParserSetupFn = Arc<dyn Fn(Sender<SmallVec<[Mutation; 6]>>, Option<HealthMonitor>) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync>;
Expand description

Type alias for a parser setup function This function receives a mutations sender and optional health monitor, then sets up the Vixen runtime

Aliased Typeยง

pub struct ParserSetupFn { /* private fields */ }