Trait mz_sql::plan::with_options::ImpliedValue
source · pub trait ImpliedValue: Sized {
// Required method
fn implied_value() -> Result<Self, PlanError>;
}
Required Methods§
fn implied_value() -> Result<Self, PlanError>
Object Safety§
This trait is not object safe.