Module fav_core::api

source ·
Expand description

API, making the api easy to use

Enums§

Traits§

  • The trait Api is the base trait for all API endpoints. This trait should be object-safe.
  • The trait ApiProvider makes it able to provide the releted Apis that implemented Api trait.

Derive Macros§

  • A derive macro helping implemente Api trait.