[][src]Type Definition humblegen_rt::handler::HandlerResponse

type HandlerResponse<T> = Result<T, ServiceError>;

The response type returned by implementors of a humblegen service trait function.