CompleteFunctionIntelligence

Trait CompleteFunctionIntelligence 

Source
pub trait CompleteFunctionIntelligence:
    FunctionIntelligence
    + FunctionEducator
    + FunctionOptimizer
    + PropertyValidator
    + MetadataProvider {
    // Provided method
    fn generate_report(&self) -> IntelligenceReport { ... }
}
Expand description

Composite trait that combines all function capabilities

This trait provides a unified interface for complete function intelligence modules that implement all aspects of function management.

Provided Methods§

Source

fn generate_report(&self) -> IntelligenceReport

Get a comprehensive report about this function intelligence

Implementors§