Enum libflo_func::Input [] [src]

pub enum Input<'a> {
    None,
    Any(&'a Any),
    String(&'a str),
}

Variants

Trait Implementations

impl<'a> Clone for Input<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Input<'a>
[src]

Formats the value using the given formatter.