(&self, f: &mut std::fmt::Formatter<'_>)
| 98 | |
| 99 | impl std::fmt::Display for RepoId { |
| 100 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 101 | write!(f, "{}", self.0) |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | impl From<sqlx::types::Uuid> for RepoId { |
nothing calls this directly
no outgoing calls
no test coverage detected