[][src]Function cmark_gfm_sys::cmark_node_get_list_delim

pub unsafe extern "C" fn cmark_node_get_list_delim(
    node: *mut cmark_node
) -> cmark_delim_type

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