//! Source-text rendering for `CAST(<value> AS <target_type>)` expressions.
//!
//! Extracted as a sibling submodule of `ast::format` per BRIEF-135a F3 fold
//! to keep the parent `format.rs` under the 700-LOC per-file cap.
use ;
use crate;
use ;
/// Render an explicit cast expression as `CAST(<value> AS <type>)` into `out`.
pub