pub fn is_de_tuple<'de, T: Deserialize<'de>>() -> boolExpand 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>>() -> boolReturns true if the type is a tuple-like type according to the serde model.