Skip to main content

fold_html

Function fold_html 

Source
pub fn fold_html<P, A, F>(path: P, init: A, reducer: F) -> Result<A>
where P: AsRef<Path>, F: for<'e> FnMut(A, MessageEvent<'e>) -> EventResult<A>,