pub fn deserialize<'de, D>(
    deserializer: D,
) -> Result<PayloadAttributes, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,
Expand description

Deserialize the payload attributes for the beacon API.