MCPcopy 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_fieldMethod · 0.80

Calls 1

is_mapFunction · 0.85

Tested by

no test coverage detected