Enum tinf::Param [] [src]

pub enum Param {
    Absent,
    Int(i32),
    Str(Vec<u8>),
}

A parameter for tparm.

The params! macro defines a convenient literal syntax for groups of parameters.

Variants

Trait Implementations

impl Clone for Param
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Param
[src]

Formats the value using the given formatter.