struct Page;
impl Page {
fn render(&self) -> String {
String::new()
}
fn debug_dump(&self) -> Vec<u8> {
Vec::new()