bundle_installer

Function bundle_installer 

Source
pub fn bundle_installer<PB, C, S>(
    builder: &mut AppBuilder<PB>,
    _: (),
) -> Result<(), PipelineBuilderError>
where PB: PipelineBuilder, C: Client + 'static, S: Server + 'static,