[][src]Function cmark_gfm_sys::cmark_node_get_list_type

pub unsafe extern "C" fn cmark_node_get_list_type(
    node: *mut cmark_node
) -> cmark_list_type

Returns the list type of 'node', or CMARK_NO_LIST if 'node' is not a list.