pub async fn server_builder<P: Protocol + Debug + Clone + 'static>( inner: P, ) -> Result<Router, Box<dyn Error + 'static>>