Skip to main content

Crate ferrox_types

Crate ferrox_types 

Source

Structs§

CreateUserDto
Example of a Validatable DTO using the validator crate (like class-validator in TS) It is also exported to TypeScript automatically!
Pagination
A strongly typed Pagination primitive. It guarantees that limit and offset are always valid (e.g. limit > 0).

Functions§

setup