Type Definition r_core::RGraphEdgeCallback[][src]

pub type RGraphEdgeCallback = Option<unsafe extern "C" fn(e: *const RGraphEdge, vis: *mut RGraphVisitor)>;