pub trait Extension: 'static {
type Options: ArgsExtensionPoint;
type Command: SubcommandExtensionPoint;
type BackendOptions: ArgsExtensionPoint;
type FStarOptions: ArgsExtensionPoint;
}
pub trait Extension: 'static {
type Options: ArgsExtensionPoint;
type Command: SubcommandExtensionPoint;
type BackendOptions: ArgsExtensionPoint;
type FStarOptions: ArgsExtensionPoint;
}