[][src]Function cmark_gfm_sys::cmark_node_set_list_delim

pub unsafe extern "C" fn cmark_node_set_list_delim(
    node: *mut cmark_node,
    delim: cmark_delim_type
) -> c_int

Sets the list delimiter type of 'node', returning 1 on success and 0 on error.