macro_rules! format_page {
($contents:expr, $title:expr, $css:expr) => { ... };
}
Expand description
Formats a page with the given contents, title, and CSS stylesheets.
macro_rules! format_page {
($contents:expr, $title:expr, $css:expr) => { ... };
}
Formats a page with the given contents, title, and CSS stylesheets.