Skip to main content

AggregateFnSessionExt

Trait AggregateFnSessionExt 

Source
pub trait AggregateFnSessionExt: SessionExt {
    // Provided method
    fn aggregate_fns(&self) -> Ref<'_, AggregateFnSession> { ... }
}
Expand description

Extension trait for accessing aggregate function session data.

Provided Methods§

Source

fn aggregate_fns(&self) -> Ref<'_, AggregateFnSession>

Returns the aggregate function vtable registry.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§