// As a binary format, Postcard does not encode identifiers #[inline] fn deserialize_identifier(self, _visitor: V) -> Result where V: Visitor<'de>, { // Will not support Err(Error::WontImplement) }