pub const fn property_type(key: u32) -> Option<PropertyType>Expand description
How to read a known property’s octets.
A property absent from the table has no scalar reading, which is the
same answer as PropertyType::Bytes but says so by omission: the
caller knows it is looking at something this module has never heard
of rather than something deliberately opaque.