pub fn value_matches(ty: &FieldType, value: &ParseValue) -> boolExpand description
Does a value belong in a field of this type?
null is assignable to any field, because upstream never type-checks it: it has no type.
pub fn value_matches(ty: &FieldType, value: &ParseValue) -> boolDoes a value belong in a field of this type?
null is assignable to any field, because upstream never type-checks it: it has no type.