-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
system-configuration-rs/system-configuration/src/dynamic_store.rs
Lines 35 to 44 in fd43df6
/// Struct describing the callback happening when a watched value in the dynamic store is changed. | |
pub struct SCDynamicStoreCallBackContext<T> { | |
/// The callback function that will be called when a watched value in the dynamic store is | |
/// changed. | |
pub callout: SCDynamicStoreCallBackT<T>, | |
/// The argument passed to each `callout` call. Can be used to keep state between | |
/// callbacks. | |
pub info: T, | |
} |
Metadata
Metadata
Assignees
Labels
No labels