We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c87d3 commit b809d0eCopy full SHA for b809d0e
derive_builder/src/lib.rs
@@ -438,6 +438,8 @@
438
//! your own version. Suppression is done using `#[builder(build_fn(skip))]` at the struct level,
439
//! and renaming is done with `#[builder(build_fn(name = "YOUR_NAME"))]`.
440
//!
441
+//! Additionally if you want to make the build method private you can apply `#[builder(build_fn(private))]`.
442
+//!
443
//! ## Pre-Build Validation
444
445
//! If you're using the provided `build` method, you can declare
0 commit comments