wip compare class laoder
This commit is contained in:
parent
59d6caabd8
commit
1884ff4ac8
7 changed files with 326 additions and 108 deletions
|
|
@ -210,5 +210,5 @@ pub struct ClassLoaderData {
|
|||
#[serde(rename = "str")]
|
||||
pub string_representation: String,
|
||||
/// The class of the class loader.
|
||||
pub cname: String, // TODO: IdType,
|
||||
pub cname: IdType,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue