pub fn invalid_type(
path: InputPath,
found: impl Into<String>,
) -> DeserializeErrorExpand description
Build a type-mismatch error with EXPECTED_INPUT_TYPES (serde feature).
pub fn invalid_type(
path: InputPath,
found: impl Into<String>,
) -> DeserializeErrorBuild a type-mismatch error with EXPECTED_INPUT_TYPES (serde feature).