//! Concrete DVGW message type implementations.
//!//! Each sub-module is feature-gated. Only the modules corresponding to enabled
//! Cargo features are compiled.
#[cfg(feature ="alocat")]pubmodalocat;#[cfg(feature ="delord")]pubmoddelord;#[cfg(feature ="delres")]pubmoddelres;#[cfg(feature ="imbnot")]pubmodimbnot;#[cfg(feature ="nomint")]pubmodnomint;#[cfg(feature ="nomres")]pubmodnomres;#[cfg(feature ="schedl")]pubmodschedl;#[cfg(feature ="tranot")]pubmodtranot;