Expand description
Traits for tailoring a server.
Structs§
Enums§
- Infallible
- An Error type that can be used in within an
Apidefinition.
Traits§
- Api
- 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>. - ApiError
- An error that can be used within a
Apidefinition.
Type Aliases§
- ApiResult
- The result of executing a custom API call.
Derive Macros§
- Api
- Derives the
bonsaidb::core::api::Apitrait.