Skip to main content

QueueExt

Trait QueueExt 

Source
pub trait QueueExt: Send + Sync {
    // Required methods
    fn metrics(&self) -> &Vec<Metric>;
    fn features(&self) -> &Vec<Feature>;
    fn into_genai_record(self) -> Option<EvalRecord>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§