//!//! Trait(s) specific to code generation objects within this crate.
//!/// Trait implemented for elements representing the ability to render as
/// raw source code.
pubtraitSrcCode{/// Given current configuration, give the resulting source code.
fngenerate(&self)-> String;}