Macro webserver_rs::html_err

source ·
macro_rules! html_err {
    ($status:expr, $text:expr) => { ... };
    ($text:expr) => { ... };
}