Skip to main content

mount_esp_at

Function mount_esp_at 

Source
pub(crate) fn mount_esp_at(device: &str, path: PathBuf) -> Result<MountGuard>
Expand description

Mount the ESP from device at the given path and return a guard that synchronously unmounts (and flushes) it on drop.