Type Definition Result
alacritty::config
type Result<T> = Result<T, Error>;
Result from config loading.