is_de_tuple

Function is_de_tuple 

Source
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.