[−][src]Type Definition rocket::config::Result
type Result<T> = Result<T, ConfigError>;
Wraps std::result with the error type of
ConfigError.
type Result<T> = Result<T, ConfigError>;
Wraps std::result with the error type of
ConfigError.