1 2 3 4 5 6 7
#![allow(deprecated)] pub mod builder; pub mod model; pub use builder::ContentBuilder; pub use model::*;