Skip to main content

output

Function output 

Source
pub fn output() -> Element
Expand description

The result of a calculation: <output>.

ยงExamples

use winged_rust::prelude::*;
let el = output();
assert_eq!(el.tag(), "output");