Skip to main content

resolve

Function resolve 

Source
pub fn resolve(config: &Config) -> Option<Resolved>
Expand description

Resolve [core.output_style] for config, or None when it names nothing (the default) or nothing by that name exists.

An unknown name resolves to None rather than an error: a style is a presentation layer, and a typo in it must never stop a session from starting.