The compiler doesn't complain about this, so I assumed it was able to correctly resolve a conversion `BundleFileType` -> `Murmur64` via their shared `From` impl: `u64`. But it appears that is not the case, and the simple `t.into()` just calls itself. So I need to do the conversion via the intermediary value manually. |
||
---|---|---|
.. | ||
oodle-sys | ||
sdk | ||
serde_sjson@39486e8503 |