Function is_ser_tuple

Source
pub fn is_ser_tuple<T: ?Sized + Serialize>(value: &T) -> bool
Expand description

Returns true if the value is a tuple-like type according to the serde model.