pub async fn root<B: Backend>( __arg0: State<Api<B>>, ) -> Result<Json<Root>, Error>
Returns the / endpoint from the core conformance class.
/