//! Fully resolved content shared by engines and in-memory frontends.
use crate::;
/// One materialized document query before any versioned process projection.
///
/// This is the in-memory handoff between the document engine and trusted
/// frontends such as `mant-ui`. External consumers receive a versioned
/// `mant-protocol` representation instead.