`matches!(data, String)` will matches any type, replace it with explicit type annotation. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
`matches!(data, String)` will matches any type, replace it with explicit type annotation. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||