((stream, kind): (u64, mutations::Extension))
| 333 | |
| 334 | impl From<(u64, mutations::Extension)> for MutationKind { |
| 335 | fn from((stream, kind): (u64, mutations::Extension)) -> Self { |
| 336 | Self::Extension { stream, kind } |
| 337 | } |
| 338 | } |
| 339 | |
| 340 | impl From<(u64, mutations::Mutation)> for MutationKind { |
nothing calls this directly
no outgoing calls
no test coverage detected