mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-25 13:17:06 +08:00
Add support to import escude archive
This commit is contained in:
@@ -284,10 +284,10 @@ impl Script for EscudeBinList {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn custom_import(
|
||||
&self,
|
||||
custom_filename: &str,
|
||||
mut writer: Box<dyn WriteSeek>,
|
||||
fn custom_import<'a>(
|
||||
&'a self,
|
||||
custom_filename: &'a str,
|
||||
mut writer: Box<dyn WriteSeek + 'a>,
|
||||
encoding: Encoding,
|
||||
output_encoding: Encoding,
|
||||
) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user