Server

Type Alias Server 

Source
pub type Server = CustomServer<NoBackend>;
Expand description

A BonsaiDb server without a custom backend.

Aliased Typeยง

pub struct Server { /* private fields */ }