Function oxygengine_network::bundle_installer[][src]

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