pub fn is_de_tuple<'de, T: Deserialize<'de>>() -> bool
Expand description
Returns true if the type is a tuple-like type according to the serde model.
pub fn is_de_tuple<'de, T: Deserialize<'de>>() -> bool
Returns true if the type is a tuple-like type according to the serde model.