Function create_prediction_service

Source
pub fn create_prediction_service<S: PredictionService + Send + Clone + 'static>(
    s: S,
) -> Service