Skip to main content

InputPreprocessor

Trait InputPreprocessor 

Source
pub trait InputPreprocessor: Send + Sync {
    // Required method
    fn expand(&self, input: &str) -> AppResult<String>;
}

Required Methods§

Source

fn expand(&self, input: &str) -> AppResult<String>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§