hr

Macro hr 

Source
macro_rules! hr {
    ($($all:tt)*) => { ... };
}
Expand description

ยงExample

use rtml::*;

assert_eq!(
    hr![].render(),
    "<hr>"
);