1 2 3 4 5
//! This module is deprecated and will be removed in the future. //! Use the main data_object module instead. // Re-export everything from the main data_object module pub use crate::data_object::*;