Type Definition bbscope::EmitSimple
source · pub type EmitSimple = Arc<dyn Fn(Captures<'_>) -> String + Send + Sync>;Expand description
The type for your emit closure when you’re doing basic regex replacement with MatchType::Simple
pub type EmitSimple = Arc<dyn Fn(Captures<'_>) -> String + Send + Sync>;The type for your emit closure when you’re doing basic regex replacement with MatchType::Simple