Function qcow::open[][src]

pub fn open(path: impl AsRef<Path>) -> Result<DynamicQcow, Error>
Expand description

Open a qcow or qcow2 file from a path

Example

let qcow = qcow::open(PATH)?;