seriable try block and call site
This commit is contained in:
parent
31e4192eb3
commit
04a6d48e51
3 changed files with 167 additions and 92 deletions
|
|
@ -21,7 +21,7 @@ pub struct ClassDefItem {
|
|||
pub interfaces_off: u32,
|
||||
/// Index of a [`crate::StringIdItem`] in `string_ids` or [`crate::NO_INDEX`].
|
||||
pub source_file_idx: u32,
|
||||
/// 0 if no annotation, else offset to a [`crate::AnnotationDirectoryItem`].
|
||||
/// 0 if no annotation, else offset to a [`crate::AnnotationsDirectoryItem`].
|
||||
pub annotations_off: u32,
|
||||
/// 0 if no data for this class, else offset to a [`crate::ClassDataItem`].
|
||||
pub class_data_off: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue