Trait kal::CommandOptionValueTy
source · [−]pub trait CommandOptionValueTy: Sized {
fn spec_kind() -> CommandOptionValueKind;
fn default() -> Option<Self> { ... }
}pub trait CommandOptionValueTy: Sized {
fn spec_kind() -> CommandOptionValueKind;
fn default() -> Option<Self> { ... }
}