[][src]Function cmark_gfm_sys::cmark_iter_next

pub unsafe extern "C" fn cmark_iter_next(
    iter: *mut cmark_iter
) -> cmark_event_type

Advances to the next node and returns the event type (CMARK_EVENT_ENTER, CMARK_EVENT_EXIT or CMARK_EVENT_DONE).