Skip to main content

imessage_database/error/
mod.rs

1/*!
2 This module contains types of errors that can happen when parsing iMessage data.
3*/
4
5pub mod attachment;
6pub mod digital_touch;
7pub mod handwriting;
8pub mod message;
9pub mod plist;
10pub mod query_context;
11pub mod streamtyped;
12pub mod table;