pub type ExportSignal = CompileSignal;👎Deprecated: Use
CompileSignal directly.Expand description
The export signal for the document.
Aliased Type§
struct ExportSignal {
pub by_mem_events: bool,
pub by_fs_events: bool,
pub by_entry_update: bool,
}Fields§
§by_mem_events: boolWhether the revision is annotated by memory events.
by_fs_events: boolWhether the revision is annotated by file system events.
by_entry_update: boolWhether the revision is annotated by entry update.