behold

Function behold

Source
pub fn behold() -> Behold
Expand description

Convenience function for quickly constructing a behold instance.

§Examples

use behold::behold;
behold().show("Hello world!".to_string());

Will produce the output:

"Hello world!"