type-state-builder 0.5.1

Type-state builder pattern derive macro with compile-time safety and enhanced ergonomics.
Documentation
1
2
3
4
5
6
7
8
9
error: Struct 'EmptyStruct' has no fields
       note: builder generation requires at least one field to be meaningful
       help: add some fields to your struct
 --> tests/ui/empty-struct.rs:4:10
  |
4 | #[derive(TypeStateBuilder)]
  |          ^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `TypeStateBuilder` (in Nightly builds, run with -Z macro-backtrace for more info)