macro_rules! qcow2_setup_dev_fn {
($type:ty, $fn_name: ident) => { ... };
}Expand description
Build one async helper which can setup one qcow2 device
The backing device is setup automatically in the built helper.
macro_rules! qcow2_setup_dev_fn {
($type:ty, $fn_name: ident) => { ... };
}Build one async helper which can setup one qcow2 device
The backing device is setup automatically in the built helper.