pub trait ArgsTable {
type Text: Args;
type Genre: Subcommand;
type Picture: Args;
type Comment: Args;
}
Required Associated Types§
Sourcetype Genre: Subcommand
type Genre: Subcommand
Genre fields.
pub trait ArgsTable {
type Text: Args;
type Genre: Subcommand;
type Picture: Args;
type Comment: Args;
}
Genre fields.