//! Shared behavior traits for the assembly builders.
//!//! C++ templates over `AssemblyBuilder` (X64/A64) call `build.logAppend(...)`;
//! the Rust translation type-erases that capability behind this trait.
pubtraitLogAppend{fnlog_append(&mutself, args:core::fmt::Arguments<'_>);}