use Path;
use Result;
/// Restore cached VM snapshots from a directory.
///
/// This is a placeholder after the Docker-to-VM migration. The VM
/// backend manages snapshots internally via `ImageRegistry`; external
/// save/restore is not yet implemented.
///
/// # Errors
///
/// Currently always succeeds.
pub async