Skip to main content

OpenContainerFn

Type Alias OpenContainerFn 

Source
pub type OpenContainerFn = Rc<dyn Fn(&mut Document, FxHashMap<String, String>) -> Result<Option<Node>>>;

Aliased Typeยง

pub struct OpenContainerFn { /* private fields */ }