Expand description
Traits for tailoring a server.
Structs
- The qualified name of an
Api.
Enums
- An Error type that can be used in within an
Apidefinition.
Traits
- An API request type. This trait is used by BonsaiDb’s server to allow a client to send a request of this type, and the server can respond with a
Result<Api::Response,Api::Error>. - An error that can be used within a
Apidefinition.
Type Definitions
- The result of executing a custom API call.
Derive Macros
- Derives the
bonsaidb::core::api::Apitrait.