mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 21:38:58 +08:00
Use generic types
This commit is contained in:
@@ -4,7 +4,7 @@ use anyhow::Result;
|
||||
use std::io::Write;
|
||||
|
||||
pub struct LZWDecoder<'a> {
|
||||
m_input: MsbBitStream<'a>,
|
||||
m_input: MsbBitStream<MemReaderRef<'a>>,
|
||||
m_output_size: u32,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user