pub fn run<P>( import: impl FnMut(ImportContext<'_>, &Reader) -> Result<P>, ) -> Result<()>where P: ComputePluginSet + ReadOnlyClone, P::ReadOnly: QueryPluginSet + 'static,
Runs the Bitview daemon process with the supplied composition.