pub trait StandaloneProcessorFactory {
    type Output;
    fn new_for_host(context: StandalonePluginContext) -> Self::Output;
}

Associated Types

Required methods

Implementors