pub trait RewriteExterns {
// Required methods
fn deg_ge(&self, v: VertexId, k: u32) -> bool;
fn edge_count_nonincreasing(&self, g0: &GraphRef, g1: &GraphRef) -> bool;
fn custom_measure(&self, name: &str, args: &[Value]) -> f64;
}Expand description
外部関数インターフェース