Enum terminal_cli::PropertyContext [] [src]

pub enum PropertyContext<'b, V> {
    Get(PropertyContextGet<'b>),
    Set(PropertyContextSet<'b, V>),
}

Variants

Methods

impl<'b, V> PropertyContext<'b, V>
[src]

[src]

Retrieve or update the variable. The type of the property has to implement the Display and Copy traits.