Skip to main content

serve

Function serve 

Source
pub async fn serve(
    router: Router,
    bind: &str,
) -> Result<JoinHandle<()>, ServerError>