Create an empty filter (matches all).
()
| 267 | impl IdentityFilter { |
| 268 | /// Create an empty filter (matches all). |
| 269 | pub fn all() -> Self { |
| 270 | Self::default() |
| 271 | } |
| 272 | |
| 273 | /// Filter by usage. |
| 274 | pub fn usage(mut self, usage: IdentityUsage) -> Self { |
no outgoing calls
no test coverage detected