Skip to main content

OutputRepair

Type Alias OutputRepair 

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

Aliased Typeยง

pub struct OutputRepair { /* private fields */ }