[−][src]Type Definition docugen::config::ConfigResult
type ConfigResult<T> = Result<T, ConfigError>;
A type alias over possible ConfigError
s that can be produced when trying
to read or parse a configuration file into the DocugenConfig
struct.