You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//! Now, you can use `#[validate(custom)]` for multi fields validation.
281
302
//!
282
303
//! ```rust
@@ -656,18 +677,6 @@ where
656
677
657
678
pubuse serde_valid_derive::Validate;
658
679
659
-
#[doc(hidden)]
660
-
pubmod helpers {
661
-
/// This function is used to avoid [rustc(E0282)](https://doc.rust-lang.org/error_codes/E0282.html) error in `#[validate(custom)]` validator on the struct.
/// This function is used to avoid [rustc(E0282)](https://doc.rust-lang.org/error_codes/E0282.html) error in `#[validate(custom)]` validator on the struct.
0 commit comments