Trait mz_repr::optimize::OptimizerFeatureType
source · trait OptimizerFeatureType {
// Required methods
fn encode(self) -> String;
fn decode(v: &str) -> Self;
}
Expand description
A trait that handles conversion of feature flags.
Required Methods§
Object Safety§
This trait is not object safe.