Function behold::behold[][src]

pub fn behold() -> Behold

Convenience function for quickly constructing a behold instance.

Examples

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

Will produce the output:

This example is not tested
"Hello world!"