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
error[E0425]: cannot find function `this_function_does_not_exist` in this scope
 --> tests/ui/invalid-default-expression.rs:8:25
  |
8 |     #[builder(default = this_function_does_not_exist())]
  |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope