[][src]Function vkopt_message_parser::reader::fold_html

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>,