Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/biblius/validify
/ is_map
Method
is_map
validify_derive/src/fields.rs:344–346 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
342
}
343
344
pub fn is_map(&self) -> bool {
345
is_map(&self.field.ty)
346
}
347
348
/// Returns true if the field is annotated with `#[validify]`
349
pub fn is_nested_validify(&self) -> bool {
Callers
2
quote_validator_field
Method · 0.80
wrap_validator_if_collection
Method · 0.80
Calls
1
is_map
Function · 0.85
Tested by
no test coverage detected