pub trait Body: Drawable + DynClone + Debug + 'static { // Required method fn pages(&mut self) -> &mut Pages; }