//! Module: query::fluent::load::terminals::output
//! Responsibility: convert runtime projection values into facade output values.
//! Does not own: terminal execution, projection planning, or row materialization.
//! Boundary: preserves terminal result order while mapping value representations.
use crate::;
// Convert one runtime projection value into the public output boundary type.
pub
// Convert one ordered runtime projection vector into the public output form.
pub
// Convert one ordered runtime `(id, value)` projection vector into the public output form.
pub