Trait Extension

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

Required Associated Types§

Implementations on Foreign Types§

Source§

impl Extension for ()

Implementors§