ssw/doc/config/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
1020 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"enum":[["ConfigError","Represents all possible errors that can occur when working with configuration."],["FileFormat","File formats provided by the library."],["ValueKind","Underlying kind of the configuration value."]],"mod":[["builder",""]],"struct":[["Config","A prioritized configuration repository. It maintains a set of configuration sources, fetches values to populate those, and provides them according to the sources priority."],["Environment",""],["File","A configuration source backed up by a file."],["FileSourceFile","Describes a file sourced from a file"],["FileSourceString","Describes a file sourced from a string"],["Value","A configuration value."]],"trait":[["AsyncSource","Describes a generic source of configuration properties capable of using an async runtime."],["FileStoredFormat","An extension of `Format` trait."],["Format","Describes a format of configuration source data"],["Source","Describes a generic source of configuration properties."]],"type":[["Map",""]]};