seriable try block and call site

This commit is contained in:
Jean-Marie Mineau 2024-01-02 21:09:22 +01:00
parent 31e4192eb3
commit 04a6d48e51
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 167 additions and 92 deletions

View file

@ -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,