| 22 | /// The contained `u32` is the same as the `algo` field in `ObjectID`. |
| 23 | #[derive(Debug, Copy, Clone)] |
| 24 | pub struct InvalidHashAlgorithm(pub u32); |
| 25 | |
| 26 | impl Display for InvalidHashAlgorithm { |
| 27 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
no outgoing calls
no test coverage detected