Function atuin_server::launch

source ·
pub async fn launch<Db: Database>(
    settings: Settings<Db::Settings>,
    host: &str,
    port: u16
) -> Result<()>