Type Definition bonsaidb_server::api::HandlerResult

source ·
pub type HandlerResult<Api> = Result<<Api as Api>::Response, HandlerError<<Api as Api>::Error>>;
Expand description

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