Skip to main content

serve

Function serve 

Source
pub async fn serve(
    service: Arc<FastSkillService>,
    host: &str,
    port: u16,
) -> Result<(), Box<dyn Error>>
Expand description

Convenience function to create and start a server