pub type Get = Field<GetArgsTable>;Expand description
Subcommand of the get subcommand.
Aliased Type§
pub enum Get {
Text(Text<GetArgsTable>),
Frame(Frame<GetArgsTable>),
}pub type Get = Field<GetArgsTable>;Subcommand of the get subcommand.
pub enum Get {
Text(Text<GetArgsTable>),
Frame(Frame<GetArgsTable>),
}