Enum libflo_func::Output [] [src]

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

Variants

Trait Implementations

impl Debug for Output
[src]

Formats the value using the given formatter.