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