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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".