We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc41bf commit bbb61a6Copy full SHA for bbb61a6
src/source.rs
@@ -14,6 +14,7 @@ pub trait Source: Debug {
14
/// a HashMap.
15
fn collect(&self) -> Result<HashMap<String, Value>>;
16
17
+ /// Collects all configuration properties to a provided cache.
18
fn collect_to(&self, cache: &mut Value) -> Result<()> {
19
self.collect()?
20
.iter()
0 commit comments