pub fn behold() -> Behold
Convenience function for quickly constructing a behold instance.
use behold::behold; behold().show("Hello world!".to_string());
Will produce the output:
"Hello world!"