Skip to main content

OutputValidator

Type Alias OutputValidator 

Source
pub type OutputValidator = Arc<dyn Fn(&str) -> Result<(), String> + Send + Sync>;

Aliased Typeยง

pub struct OutputValidator { /* private fields */ }