Type Definition r_core::RAEdgeCallback[][src]

pub type RAEdgeCallback = Option<unsafe extern "C" fn(from: *mut RANode, to: *mut RANode, user: *mut c_void)>;