socketioxide_core::parser

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.