Type Definition rocket::config::Result[][src]

pub type Result<T> = Result<T, ConfigError>;
Expand description

Wraps std::result with the error type of ConfigError.