Enum term::terminfo::parm::Param [] [src]

pub enum Param {
    Number(i32),
    Words(String),
}

Types of parameters a capability can use

Variants

Trait Implementations

impl Clone for Param
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Param
[src]

Returns the "default value" for a type. Read more