1
2
3
4
#[cfg(any(feature = "google-logging-type"))]
pub mod r#type;
#[cfg(any(feature = "google-logging-v2"))]
pub mod v2;