pub fn refuses(kind: &Kind, text: &str) -> Option<String>Expand description
Why text is not a value of this kind, phrased as what was expected.
None when it is one. Numbers are checked lexically and then by range, so an
xs:int of 99999999999999 is reported for the range rather than the shape.