Function run

Source
pub fn run(
    env: &Environment<'_, impl Connect, impl Printer>,
    prob_query: &str,
    port: u32,
    runtime: &mut Runtime,
) -> SomaResult<String>