OutputStyleRegistry

Type Alias OutputStyleRegistry 

Source
pub type OutputStyleRegistry = IndexRegistry<OutputStyle>;
Available on crate feature cli-integration only.
Expand description

Registry for output styles.

Aliased Type§

pub struct OutputStyleRegistry { /* private fields */ }

Implementations§

Source§

impl OutputStyleRegistry

Source

pub fn with_builtins() -> Self

Source

pub async fn load_from_directories( &mut self, working_dir: Option<&Path>, ) -> Result<()>