Skip to content

Commit bbb61a6

Browse files
committed
Add doc to fn
Signed-off-by: Matthias Beyer <[email protected]>
1 parent ddc41bf commit bbb61a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/source.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub trait Source: Debug {
1414
/// a HashMap.
1515
fn collect(&self) -> Result<HashMap<String, Value>>;
1616

17+
/// Collects all configuration properties to a provided cache.
1718
fn collect_to(&self, cache: &mut Value) -> Result<()> {
1819
self.collect()?
1920
.iter()

0 commit comments

Comments
 (0)