mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-19 01:14:45 +08:00
Use generic types
This commit is contained in:
@@ -51,7 +51,7 @@ struct HuffmanNode {
|
||||
}
|
||||
|
||||
pub struct DscDecoder<'a> {
|
||||
stream: MsbBitStream<'a>,
|
||||
stream: MsbBitStream<MemReaderRef<'a>>,
|
||||
key: u32,
|
||||
magic: u32,
|
||||
output_size: u32,
|
||||
|
||||
Reference in New Issue
Block a user