shared::api

Module endpoints

Source
Expand description

A list of the endpoints that the server will accept.

Modules§

Macros§

Traits§

  • Represents a A endpoint that the backend will support, and how to call it.
  • Item that can be part of PathParts
  • Path of ApiEndpoint

Derive Macros§

  • Derive macro that to implements PathPart for IDs. Only works on tuple structs with a single value value that implements ToString like Uuid or u32. If you wanna implement PathPart on types that don’w follow this exact structure do it manually