Enum libflo_std::Output [] [src]

pub enum Output {
    None,
    Any(Box<Any + 'static>),
    String(String),
}

Variants

Trait Implementations

impl Debug for Output
[src]