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