[][src]Type Definition docugen::config::ConfigResult

type ConfigResult<T> = Result<T, ConfigError>;

A type alias over possible ConfigErrors that can be produced when trying to read or parse a configuration file into the DocugenConfig struct.