Struct system_configuration::dynamic_store::SCDynamicStoreCallBackContext [] [src]

pub struct SCDynamicStoreCallBackContext<T> {
    pub callout: SCDynamicStoreCallBackT<T>,
    pub info: T,
}

Struct describing the callback happening when a watched value in the dynamic store is changed.

Fields

The callback function that will be called when a watched value in the dynamic store is changed.

The argument passed to each callout call. Can be used to keep state between callbacks.