rpgmxp_tool::commands::extract_assets

Function extract_arraylike

Source
fn extract_arraylike<T>(
    file: impl Read,
    dir_path: impl AsRef<Path>,
) -> Result<()>
where T: for<'a> ArrayLikeElement<'a>,