component_debug::cli::storage

Function storage_copy_cmd

Source
pub async fn storage_copy_cmd(
    storage_provider_moniker: String,
    storage_capability_name: String,
    source_path: String,
    destination_path: String,
    realm_query: RealmQueryProxy,
) -> Result<()>