mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add derive(Serialize, Deserialize) to FrozenModule
This commit is contained in:
@@ -658,6 +658,7 @@ impl fmt::Debug for CodeObject {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct FrozenModule {
|
||||
pub code: CodeObject,
|
||||
pub package: bool,
|
||||
|
||||
Reference in New Issue
Block a user