Get

Type Alias Get 

Source
pub type Get = Field<GetArgsTable>;
Expand description

Subcommand of the get subcommand.

Aliased Type§

pub enum Get {
    Text(Text<GetArgsTable>),
    Frame(Frame<GetArgsTable>),
}

Variants§

§

Text(Text<GetArgsTable>)

Text field.

§

Frame(Frame<GetArgsTable>)

Frame field.