pub fn decode_trusted_time_source(
tlv: &[u8],
) -> Result<Nullable<TrustedTimeSourceStruct>, ClusterError>Expand description
Decode the TrustedTimeSource attribute value.
ยงErrors
Returns ClusterError on a type mismatch or out-of-range value.