pub type DocumentContext = Arc<dyn Document>;
A context for the document
struct DocumentContext { /* private fields */ }