Module bonsaidb::server::api

source ·
Expand description

Types for defining API handlers.

Structs

A session for a Handler, providing ways to access the server and connected client.

Enums

An error that can occur inside of a Backend function.

Traits

A trait that can dispatch requests for a Api.

Type Definitions

The return type from a Handler’s handle() function.