Skip to main content

InferenceBindingScope

Trait InferenceBindingScope 

Source
pub trait InferenceBindingScope {
    // Required method
    fn binding_scope(&self) -> Result<BindingSnapshot, SQLError>;
}
Expand description

Capture the stored-expression catalog scope only when an inference expression requires binding.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§