reflexo_typst2vec::pass::typst2vecType Alias Typst2VecPass
Source pub type Typst2VecPass = Typst2VecPassImpl<false>;
struct Typst2VecPass {
pub glyphs: TGlyph2VecPass,
pub spans: Span2VecPass,
pub cache_items: FingerprintMap<(AtomicU64, Fingerprint, VecItem)>,
pub items: FingerprintMap<(AtomicU64, VecItem)>,
pub new_items: Mutex<RawMutex, Vec<(Fingerprint, VecItem)>>,
pub command_executor: Arc<dyn CommandExecutor + Send + Sync>,
pub lifetime: u64,
}
§command_executor: Arc<dyn CommandExecutor + Send + Sync>