Trait FeatureStore
pub trait FeatureStore: Send + Sync {
// Required methods
fn get_regime(&self, instrument_id: &InstrumentId) -> Option<RegimeState>;
fn get_flow(&self, instrument_id: &InstrumentId) -> Option<FlowMetrics>;
}pub trait FeatureStore: Send + Sync {
// Required methods
fn get_regime(&self, instrument_id: &InstrumentId) -> Option<RegimeState>;
fn get_flow(&self, instrument_id: &InstrumentId) -> Option<FlowMetrics>;
}