Crate hc_crud

source ·
Expand description

Other Resources

Structs

  • The context and content of a specific entry
  • An Entity categorization format that required the name and model values

Enums

  • The potential Error types for this CRUD library

Traits

  • Identifies a struct as an Entity model type

Functions

Type Definitions

  • A general use entity definition for deserializing any entity input when the content is not relevant.
  • The Result type for Result<T, UtilsError> (UtilsError)