(&self)
| 154 | /// Check if this is a delegated identity. |
| 155 | #[inline] |
| 156 | pub fn is_delegated(&self) -> bool { |
| 157 | matches!(self, IdentityType::Delegated) |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | impl fmt::Display for IdentityType { |
no outgoing calls
no test coverage detected