mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
5b51024ef7
According the std docs implementing From<..> is preferred since it gives you Into<..> for free where the reverse isn’t true. Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>