Type Definition bbscope::EmitScope

source ·
pub type EmitScope = Arc<dyn Fn(Option<Captures<'_>>, &str, Option<Captures<'_>>) -> String + Send + Sync>;
Expand description

The type for your emit closure which will take the open tag capture, body, and close tag capture and output whatever you want. used with