MCPcopy Create free account
hub / github.com/biblius/validify / In

Class In

validify_derive/src/validate/validation.rs:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183#[derive(Debug)]
184pub struct In {
185 pub not: bool,
186 pub expr: Option<syn::Expr>,
187 pub code: Option<String>,
188 pub message: Option<String>,
189}
190
191impl In {
192 pub fn new(not: bool) -> Self {

Callers 1

parse_single_validationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected